From 5549a0041a887891860a74edfb0dc6c2e1662a91 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 8 Aug 2025 14:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E9=AB=98=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GuipTable.vue | 2 +- src/style/theme/common.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/GuipTable.vue b/src/components/GuipTable.vue index ef3b199..351f02d 100644 --- a/src/components/GuipTable.vue +++ b/src/components/GuipTable.vue @@ -121,7 +121,7 @@ export default { /* 确保表格有最小高度(避免高度塌陷) */ .el-table ::v-deep .el-table__body-wrapper { - min-height: 150px !important; + min-height: 162px !important; } .empty-image { diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss index 4dcdd29..6fe95f2 100644 --- a/src/style/theme/common.scss +++ b/src/style/theme/common.scss @@ -205,6 +205,16 @@ body { } } +.el-table__body-wrapper::-webkit-scrollbar { + display: block !important; + width: 6px; + height: 6px; + } + .el-table__body-wrapper::-webkit-scrollbar-thumb { + background: #c1c1c1; + border-radius: 3px; + } + @keyframes fadeInOut { 0% { opacity: 0;