From c48a9217be19f69aa4a031a3a698f7f972ccce57 Mon Sep 17 00:00:00 2001 From: xingyu Date: Thu, 8 Dec 2022 22:04:15 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=87=E7=AD=BE=E6=A0=8F=20?= =?UTF-8?q?=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/TagsView/src/TagsView.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/yudao-ui-admin-vue3/src/layout/components/TagsView/src/TagsView.vue b/yudao-ui-admin-vue3/src/layout/components/TagsView/src/TagsView.vue index eeff97c9a..4af4970fa 100644 --- a/yudao-ui-admin-vue3/src/layout/components/TagsView/src/TagsView.vue +++ b/yudao-ui-admin-vue3/src/layout/components/TagsView/src/TagsView.vue @@ -495,16 +495,17 @@ $prefix-cls: #{$namespace}-tags-view; position: relative; top: 2px; height: calc(100% - 4px); - padding-right: 25px; + padding-right: 20px; margin-left: 4px; font-size: 12px; + border-radius: 3px 3px 3px 3px; cursor: pointer; border: 1px solid #d9d9d9; &--close { position: absolute; top: 50%; - right: 5px; + right: 4px; display: none; transform: translate(0, -50%); } @@ -552,8 +553,9 @@ $prefix-cls: #{$namespace}-tags-view; position: relative; top: 2px; height: calc(100% - 4px); - padding-right: 25px; + padding-right: 20px; font-size: 12px; + border-radius: 3px 3px 3px 3px; cursor: pointer; border: 1px solid var(--el-border-color); }