@@ -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="
@@ -142,7 +142,7 @@ img,
flex-direction: column;
.emptyImg {
- width: 240px;
- height: 240px;
+ width: 210px;
+ height: 210px;
}
@@ -95,6 +95,7 @@
letter-spacing: 0;
font-size: 15Px;
font-weight: 600;
+ color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -124,7 +124,7 @@ input {
@@ -238,6 +238,7 @@
@@ -360,7 +361,7 @@
@@ -234,6 +234,7 @@
@@ -356,7 +357,7 @@
@@ -1,8 +1,8 @@
.icon {
box-sizing: border-box;
display: inline-block;
- width: 20Px;
- height: 20Px;
+ width: 24Px;
+ height: 24Px;
.icon-more {
@@ -106,8 +106,8 @@ button:focus-visible {
/* 搜索框前面放大镜样式重置 */
.icon-search-input {
- width: 18px;
- height: 18px;
+ width: 13px;
+ height: 13px;
background: url("./assets/icon_search.svg") no-repeat center;
background-size: contain;