From f59b33a27f02fb2bcd3c2569ebe2e32455378004 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com>
Date: Wed, 20 Dec 2023 17:33:37 +0800
Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=A0=87=E7=AD=BE?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=86=85=E5=AE=B9=E4=B8=BA=E7=A9=BA=E6=97=B6?=
=?UTF-8?q?=E9=9D=A2=E6=9D=BF=E7=9A=84=E4=BD=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Table/ListTable/TableAction/LabelSearch.vue | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/components/Table/ListTable/TableAction/LabelSearch.vue b/src/components/Table/ListTable/TableAction/LabelSearch.vue
index c15eee46f..65a5cdb6f 100644
--- a/src/components/Table/ListTable/TableAction/LabelSearch.vue
+++ b/src/components/Table/ListTable/TableAction/LabelSearch.vue
@@ -11,7 +11,7 @@
{{ $t('common.Label') }}
{{ data.label }}
@@ -50,7 +51,6 @@ export default {
watch: {
labelValue(newValue) {
if (!newValue || newValue.length === 0) {
- this.showLabelButton = true
this.showLabelSearch = false
}
@@ -130,14 +130,12 @@ export default {
padding: 10px 13px 10px 12px;
}
-.label-select {
-}
-
.label-cascader {
>>> .el-input__inner {
font-size: 13px;
}
>>> .el-cascader__search-input {
+ margin: 2px 0 2px 14px;
}
}