From 65e310e342effbb7d98bd5f97b3404a44e3c5233 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 21 十二月 2019 00:29:36 +0800 Subject: [PATCH] 2019-12-21 --- src/tabviews/commontable/index.scss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 92fae90..65aee8b 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -15,9 +15,14 @@ top: 40px; max-width: 95%; .ant-modal-body { - max-height: calc(100vh - 250px); + max-height: calc(100vh - 265px); } } + > .ant-spin { + position: fixed; + left: calc(50vw - 22px); + top: calc(50vh - 70px); + } } .ant-back-top { bottom: 30px; -- Gitblit v1.8.0