Browse Source

修改样式

lex-xin 2 months ago
parent
commit
b813427f0b

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

@@ -140,7 +140,7 @@
           </aside>
           <i class="icon icon-right end"></i>
         </div>
-        <ul class="footer space-top">
+        <ul class="footer space-top" style="overflow: hidden; background-color: #f4f5f9;">
           <!-- <li v-if="currentUserDetail.groupRoleType === 'Owner' && userInfo?.list.length > 1" @click.stop="toggleMask('changeOwner')">移交群主</li> -->
           <li v-if="currentUserDetail.groupRoleType === 'Owner'" @click.stop="dismiss(conversation.groupProfile)">解散群聊</li>
           <li v-else @click.stop="quit(conversation.groupProfile)">退出群组</li>

+ 1 - 1
src/TUIKit/TUIComponents/container/TUIChat/style/h5.scss

@@ -10,7 +10,7 @@
     z-index: 2;
 
     .setting {
-      width: 27Px;
+      // width: 27Px;
     }
   }