From 41720e624c5a668c7d3777835e4c87095a7a1dfd Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 10 Jun 2026 22:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E7=AD=BE=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E5=B1=82=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../src/layout/components/TagsView/index.vue | 23 ++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d47648d1..3fd09e03 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ - + org.springframework.boot spring-boot-dependencies diff --git a/ruoyi-ui/src/layout/components/TagsView/index.vue b/ruoyi-ui/src/layout/components/TagsView/index.vue index fa35b577..d96fe929 100644 --- a/ruoyi-ui/src/layout/components/TagsView/index.vue +++ b/ruoyi-ui/src/layout/components/TagsView/index.vue @@ -693,12 +693,33 @@ $tags-bar-height: 34px; .el-scrollbar__bar { opacity: 0; transition: opacity 0.3s; - + z-index: 10; + .tags-view-container:hover & { opacity: 1; } } + .tags-view-container--chrome & { + .el-scrollbar { + position: relative; + } + + .el-scrollbar__wrap { + &::-webkit-scrollbar { + width: 0 !important; + height: 0 !important; + } + scrollbar-width: none; + -ms-overflow-style: none; + } + + .el-scrollbar__bar.is-horizontal { + z-index: 20; + height: 6px !important; + } + } + .tags-view-item { .el-icon-close { width: 16px;