From c7f79abded9ad2e29f297da4a04a641b96b61c5e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 12 十月 2019 09:51:22 +0800 Subject: [PATCH] add-datamanage --- src/tabviews/commontable/index.scss | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 14b928d..6e289a3 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -1,16 +1,6 @@ .commontable { - min-height: calc(100vh - 110px); - .main-copy { - position: fixed; - z-index: 2; - bottom: 75px; - right: 30px; - width: 40px; - height: 40px; - i { - font-size: 18px; - } - } + min-height: calc(100vh - 94px); + padding-top: 16px; } .ant-back-top { bottom: 30px; -- Gitblit v1.8.0