lex-xin 6 mēneši atpakaļ
vecāks
revīzija
048474599e

+ 1 - 1
src/TUIKit/TUIComponents/container/TUIChat/components/message-bubble.vue

@@ -512,7 +512,7 @@ export default messageBubble;
     word-break: break-all;
     width: fit-content;
     &-in {
-      background: #fbfbfb;
+      background: #fff;
       border-radius: 10px 10px 10px 10px;
     }
     &-out {

+ 1 - 1
src/TUIKit/TUIComponents/container/TUIChat/components/message-custom.vue

@@ -257,7 +257,7 @@ a {
   }
 
   .notice-message {
-    max-width: 376px;
+    width: 376px;
     cursor: pointer;
     .notice-title {
       display: flex;

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

@@ -10,7 +10,7 @@
               <span class="name">{{ item.username }}</span>
             </div>
             <div class="userTime">
-              <span class="time">{{ item.createTime }}</span>
+              <span class="time">{{ item.updateTime }}</span>
               <span class="tag" v-if="item.isTop">置顶</span>
             </div>
           </div>
@@ -33,7 +33,7 @@
                 编辑公告
               </div>
               <div class="p-item" @click="onOperation(item, 'top', index)">
-                设为置顶
+                {{item.topFlag ? '取消置顶': '设为置顶'}}
               </div>
               <div
                 class="p-item p-red"