From b6cbfb08b51e87e6eac995be8e7751815715e6a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 29 三月 2022 15:36:21 +0800 Subject: [PATCH] 2022-03-29 --- src/tabviews/custom/components/table/normal-table/index.scss | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/src/tabviews/custom/components/table/normal-table/index.scss b/src/tabviews/custom/components/table/normal-table/index.scss index e3d3aed..3e10f6a 100644 --- a/src/tabviews/custom/components/table/normal-table/index.scss +++ b/src/tabviews/custom/components/table/normal-table/index.scss @@ -1,5 +1,6 @@ .custom-normal-table { position: relative; + background-color: #fff; .normal-header { margin-bottom: 10px; @@ -39,15 +40,6 @@ right: 5px; top: -22px; z-index: 2; - } - .custom-control { - position: absolute; - z-index: 1; - right: 0px; - top: -23px; - font-size: 18px; - padding: 3px; - cursor: pointer; } >.async-spin { line-height: 150px!important; -- Gitblit v1.8.0