瀏覽代碼

修改时间与样式

lex-xin 6 月之前
父節點
當前提交
b43303ded8

二進制
src/TUIKit/TUIComponents/assets/nomore.png


+ 2 - 2
src/TUIKit/TUIComponents/container/TUIChat/manage-components/manage-notification-detail.vue

@@ -10,7 +10,7 @@
               <span class="name">{{ groupDetail.username }}</span>
             </div>
             <div class="userTime">
-              <span class="time">{{ groupDetail.createTime }}</span>
+              <span class="time">{{ groupDetail.updateTime }}</span>
               <span class="tag" v-if="groupDetail.isTop">置顶</span>
             </div>
           </div>
@@ -473,7 +473,7 @@ export default ManageNotification;
 
   .emptyImg {
     width: 210px;
-    height: 210px;
+    height: 131px;
   }
 
   p {

+ 2 - 2
src/TUIKit/TUIComponents/container/TUIChat/manage-components/manage-notification.vue

@@ -53,7 +53,7 @@
         </div>
       </div>
 
-      <div class="list-item" v-if="groupList.length < total" @click="onMore">
+      <div class="list-item" v-if="groupList.length > 0 && groupList.length < total" @click="onMore">
         查看更多
       </div>
     </div>
@@ -497,7 +497,7 @@ export default ManageNotification;
 
   .emptyImg {
     width: 210px;
-    height: 210px;
+    height: 131px;
   }
 
   p {

+ 1 - 1
src/TUIKit/TUIComponents/container/TUIConversation/style/web.scss

@@ -125,6 +125,6 @@ input {
 
   .emptyImg {
     width: 210px;
-    height: 210px;
+    height: 131px;
   }
 }

+ 1 - 1
src/TUIKit/TUIComponents/container/TUIGroup/style/web.scss

@@ -362,6 +362,6 @@
 
    .emptyImg {
      width: 210px;
-     height: 210px;
+     height: 131px;
    }
  }

+ 1 - 1
src/TUIKit/TUIComponents/container/TUIPerson/style/web.scss

@@ -358,6 +358,6 @@
 
    .emptyImg {
      width: 210px;
-     height: 210px;
+     height: 131px;
    }
  }