From 2404d8a1bed5509432652f11aba6a1efa04aa160 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 九月 2020 19:24:26 +0800 Subject: [PATCH] 2020-09-18 --- src/tabviews/zshare/normalTable/index.scss | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss index 3dbaa8b..94d01db 100644 --- a/src/tabviews/zshare/normalTable/index.scss +++ b/src/tabviews/zshare/normalTable/index.scss @@ -1,5 +1,20 @@ .normal-data-table { + position: relative; padding: 0 0px 30px; + + .normal-table-footer { + padding: 10px 0px; + color: rgba(0, 0, 0, 0.65); + } + .normal-table-footer.pagination { + position: absolute; + bottom: 40px; + } + >.ant-table-wrapper { + position: relative; + z-index: 1; + } + table { max-width: 100%; width: 100%; @@ -40,18 +55,7 @@ .ant-table-body { overflow-x: auto!important; min-height: 90px; - border: 1px solid #e8e8e8; - border-radius: 4px; - border-top: none; - border-bottom: none; table { - border-left: 0; - .ant-table-thead > tr > th:last-child { - border-right: 0; - } - .ant-table-tbody > tr > td:last-child { - border-right: 0; - } .ant-table-tbody > tr > td { vertical-align: top; .content { -- Gitblit v1.8.0