From ba096c7f1104e5020a1fe6519541636df558a455 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Thu, 22 May 2025 15:32:56 +0800 Subject: [PATCH] =?UTF-8?q?YT-2649=E7=B3=BB=E7=BB=9F=E5=86=85=E7=9A=84?= =?UTF-8?q?=E6=A8=AA=E5=90=91=E4=BB=A5=E5=8F=8A=E7=AB=96=E5=90=91=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E9=83=BD=E6=94=B9=E4=B8=BA=E5=B8=B8=E5=9C=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E7=A7=BB=E5=8A=A8=E5=88=B0=E9=99=84=E8=BF=91=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E6=89=8D=E6=98=BE=E7=A4=BA=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/src/Table.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/Table/src/Table.vue b/src/components/Table/src/Table.vue index b45b2c470..f6f151b03 100644 --- a/src/components/Table/src/Table.vue +++ b/src/components/Table/src/Table.vue @@ -477,4 +477,16 @@ export default defineComponent({ padding: 8px 4px; margin-left: 0; } +::v-deep(.el-scrollbar__bar) { + display: flex!important; + opacity: 1; +} +::v-deep(.el-scrollbar-fade-enter-active,.el-scrollbar-fade-enter-to) { + display: flex!important; + opacity: 1; +} +::v-deep(.el-scrollbar-fade-leave-active,.el-scrollbar-fade-leave-to) { + display: flex!important; + opacity: 1; +}