@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<view
|
||||
:class="scrollTop > 0 ? 'page-scroll' : ''"
|
||||
:class="{
|
||||
'page-scroll': scrollTop > 0,
|
||||
'new-chat': chatMessageListLength === 0
|
||||
}"
|
||||
class="fix-tabbar-page"
|
||||
>
|
||||
<hx-navbar
|
||||
@@ -771,7 +774,7 @@ export default {
|
||||
}
|
||||
.icon {
|
||||
display: flex;
|
||||
width: 40rpx;
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
margin: 0 8rpx 0 0;
|
||||
&.rotate {
|
||||
|
||||
Reference in New Issue
Block a user