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 {