From a24beb36feaa46f39cbb26ce5277e84f91241ce8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 三月 2020 01:30:05 +0800 Subject: [PATCH] 2020-03-26 --- src/tabviews/commontable/index.scss | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 0f2e924..b5d768b 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -21,6 +21,7 @@ } > .ant-spin { position: fixed; + z-index: 10; left: calc(50vw - 22px); top: calc(50vh - 70px); } @@ -90,11 +91,6 @@ padding-right: 140px; } } -.popview-modal { - .ant-modal-body { - min-height: 300px; - } -} .menu-tree-modal { .ant-modal-body { min-height: 300px; @@ -120,6 +116,7 @@ padding-bottom: 5px; .ant-modal-body { max-height: calc(100vh - 190px); + min-height: 250px; overflow-y: auto; .ant-empty { margin: 15vh 8px; -- Gitblit v1.8.0