From f1b24fbe8cfb1f7166b3ee65e7e43623fa3349dd Mon Sep 17 00:00:00 2001 From: lihuilin Date: Thu, 24 Jul 2025 17:52:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E7=94=A8=E6=88=B7=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/zhongchou/gift/importuser/index.vue | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/activitylink/src/views/zhongchou/gift/importuser/index.vue b/activitylink/src/views/zhongchou/gift/importuser/index.vue index f05b975..90ba5e8 100644 --- a/activitylink/src/views/zhongchou/gift/importuser/index.vue +++ b/activitylink/src/views/zhongchou/gift/importuser/index.vue @@ -253,30 +253,4 @@ onMounted(() => { overflow-y: auto; } -.table-container { - height: 650px; /* 设置固定高度 */ - overflow-y: auto; /* 启用垂直滚动条 */ - overflow-x: hidden; /* 隐藏水平滚动条(如果不需要的话) */ - border: 1px solid #ebeef5; /* 可选:添加边框 */ - border-radius: 4px; /* 可选:添加圆角 */ -} - -/* 可选:自定义滚动条样式 */ -.table-container::-webkit-scrollbar { - width: 8px; -} - -.table-container::-webkit-scrollbar-track { - background: #f1f1f1; - border-radius: 4px; -} - -.table-container::-webkit-scrollbar-thumb { - background: #c1c1c1; - border-radius: 4px; -} - -.table-container::-webkit-scrollbar-thumb:hover { - background: #a8a8a8; -} \ No newline at end of file