From 836dc03f4dd7f3e5e1770723f5b406c4bb1c1a18 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 31 五月 2023 13:32:56 +0800 Subject: [PATCH] 2023-05-31 --- src/tabviews/custom/components/table/edit-table/normalTable/index.scss | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss index 84cb88f..eea792f 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -7,14 +7,6 @@ --mk-table-font-size: 14px; --mk-table-font-weight: normal; - .normal-table-footer { - padding: 10px 0px; - color: rgba(0, 0, 0, 0.65); - } - .normal-table-footer.pagination { - position: absolute; - bottom: 10px; - } >.ant-table-wrapper { position: relative; z-index: 1; -- Gitblit v1.8.0