From 52bbd96db03f32b8d750622116d2b7720eed3d51 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期五, 23 八月 2024 10:43:30 +0800 Subject: [PATCH] 修改了一些bug --- ruoyi-ui/src/layout/components/TagsView/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/layout/components/TagsView/index.vue b/ruoyi-ui/src/layout/components/TagsView/index.vue index 3c0644e..40b1c87 100644 --- a/ruoyi-ui/src/layout/components/TagsView/index.vue +++ b/ruoyi-ui/src/layout/components/TagsView/index.vue @@ -250,6 +250,8 @@ position: relative; cursor: pointer; height: 26px; + text-align: center; + width: 175px; line-height: 26px; border: 1px solid #d8dce5; color: #495060; @@ -312,6 +314,9 @@ .el-icon-close { width: 16px; height: 16px; + boerder: 3px solid red; + float: right; + line-height: 16px; vertical-align: 2px; border-radius: 50%; text-align: center; @@ -320,7 +325,7 @@ &:before { transform: scale(.6); display: inline-block; - vertical-align: -3px; + vertical-align: -2px; } &:hover { background-color: #b4bccc; -- Gitblit v1.9.1