From e224d60ef4442d6769e5de6d4911fed9e9bade19 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sun, 20 Apr 2025 14:48:20 +0800 Subject: [PATCH] =?UTF-8?q?style:table=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/History.vue | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/pages/Index/History.vue b/src/pages/Index/History.vue index 85a85e4..a4778fb 100644 --- a/src/pages/Index/History.vue +++ b/src/pages/Index/History.vue @@ -617,21 +617,21 @@ onMounted(() => { background: #f5f7fa; } - // 添加表格容器阴影效果 - &::after { - content: ''; - position: absolute; - left: 0; - right: 0; - bottom: 0; - height: 30px; - background: linear-gradient( - to top, - rgba(255, 255, 255, 0.9), - transparent - ); - pointer-events: none; - } + //// 添加表格容器阴影效果 + //&::after { + // content: ''; + // position: absolute; + // left: 0; + // right: 0; + // bottom: 0; + // height: 30px; + // background: linear-gradient( + // to top, + // rgba(255, 255, 255, 0.9), + // transparent + // ); + // pointer-events: none; + //} } .history-function {