From 6af91d4263a850c73d68f41e6d48f22c38cbe607 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Mon, 3 Nov 2025 17:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tag/TagManage.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/tag/TagManage.vue b/src/views/tag/TagManage.vue index 0d37d5b8..dde06407 100644 --- a/src/views/tag/TagManage.vue +++ b/src/views/tag/TagManage.vue @@ -682,12 +682,15 @@ export default { flex: 1; min-width: 200px; max-width: 300px; - height: 40px; + + :deep(.ant-input-affix-wrapper) { + height: 40px !important; + } :deep(.ant-input), :deep(.ant-select) { width: 100%; - height: 40px !important; // 设置统一高度 + height: 40px; border-radius: 8px; } }