From 058d59424291ae743a95f612730c85c9dc5e26b4 Mon Sep 17 00:00:00 2001
From: 670788339 <670788339@qq.com>
Date: Mon, 3 Nov 2025 16:38:21 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E6=A0=B7=E5=BC=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/tag/TagManage.vue | 25 +------------------------
1 file changed, 1 insertion(+), 24 deletions(-)
diff --git a/src/views/tag/TagManage.vue b/src/views/tag/TagManage.vue
index ce10d3e9..4a017f14 100644
--- a/src/views/tag/TagManage.vue
+++ b/src/views/tag/TagManage.vue
@@ -19,7 +19,6 @@
placeholder="请选择热点标签状态"
:options="hotOptions"
allowClear
- class="centered-select"
>
@@ -28,7 +27,6 @@
placeholder="请选择前台公共显示状态"
:options="hotOptions"
allowClear
- class="centered-select"
>
@@ -688,7 +686,7 @@ export default {
:deep(.ant-input),
:deep(.ant-select) {
width: 100%;
- height: 30px;
+ height: 40px;
border-radius: 8px;
}
}
@@ -1341,25 +1339,4 @@ export default {
}
}
-:deep(.centered-select .ant-select-selector) {
- display: flex;
- align-items: center;
- height: 32px;
-}
-
-:deep(.centered-select .ant-select-selection-item),
-:deep(.centered-select .ant-select-selection-placeholder) {
- display: flex;
- align-items: center;
- line-height: 1;
-}
-
-:deep(.centered-select .ant-select-clear),
-:deep(.centered-select .ant-select-arrow) {
- display: flex;
- align-items: center;
- justify-content: center;
- top: 50%;
- transform: translateY(-50%);
-}
\ No newline at end of file