lex 1 rok temu
rodzic
commit
0a10fac87f

+ 1 - 1
src/App.vue

@@ -6,7 +6,7 @@
           <div class="home-TUIKit-main">
             <div class="conversation">
               <n-tabs
-                style="padding-left: 22px; --n-tab-padding: 6px; --n-tab-gap: 34px; --n-tab-text-color: #000; --n-tab-text-color-hover: #0f0f0f; --n-tab-text-color-active: #000; --n-tab-font-weight-active: 600; padding-top: 6px; --n-bar-color: #198cfe"
+                style="padding-left: 22px; --n-tab-padding: 6px 0; --n-tab-gap: 34px; --n-tab-text-color: #000; --n-tab-text-color-hover: #0f0f0f; --n-tab-text-color-active: #000; --n-tab-font-weight-active: 600; padding-top: 6px; --n-bar-color: #198cfe"
                 :bar-width="20"
                 :value="currentModel"
                 @update:value="

BIN
src/TUIKit/TUIComponents/assets/icon/face.png


BIN
src/TUIKit/TUIComponents/assets/icon/files.png


BIN
src/TUIKit/TUIComponents/assets/icon/image.png


BIN
src/TUIKit/TUIComponents/assets/icon/video.png


+ 2 - 2
src/TUIKit/TUIComponents/components/transferTUI/style/web.scss

@@ -142,7 +142,7 @@ img,
   flex-direction: column;
 
   .emptyImg {
-    width: 240px;
-    height: 240px;
+    width: 210px;
+    height: 210px;
   }
 }

+ 1 - 0
src/TUIKit/TUIComponents/container/TUIConversation/components/list-item/style/web.scss

@@ -95,6 +95,7 @@
         letter-spacing: 0;
         font-size: 15Px;
         font-weight: 600;
+        color: #333;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;

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

@@ -124,7 +124,7 @@ input {
   flex-direction: column;
 
   .emptyImg {
-    width: 240px;
-    height: 240px;
+    width: 210px;
+    height: 210px;
   }
 }

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

@@ -238,6 +238,7 @@
      letter-spacing: 0;
      font-size: 15Px;
      font-weight: 600;
+     color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
@@ -360,7 +361,7 @@
    flex-direction: column;
 
    .emptyImg {
-     width: 240px;
-     height: 240px;
+     width: 210px;
+     height: 210px;
    }
  }

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

@@ -234,6 +234,7 @@
      letter-spacing: 0;
      font-size: 15Px;
      font-weight: 600;
+     color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
@@ -356,7 +357,7 @@
    flex-direction: column;
 
    .emptyImg {
-     width: 240px;
-     height: 240px;
+     width: 210px;
+     height: 210px;
    }
  }

+ 2 - 2
src/TUIKit/TUIComponents/styles/icon.scss

@@ -1,8 +1,8 @@
 .icon {
   box-sizing: border-box;
   display: inline-block;
-  width: 20Px;
-  height: 20Px;
+  width: 24Px;
+  height: 24Px;
 }
 
 .icon-more {

+ 2 - 2
src/style.css

@@ -106,8 +106,8 @@ button:focus-visible {
 /* 搜索框前面放大镜样式重置 */
 .icon-search-input {
   display: inline-block;
-  width: 18px;
-  height: 18px;
+  width: 13px;
+  height: 13px;
   background: url("./assets/icon_search.svg") no-repeat center;
   background-size: contain;
 }