From 877200bd3f7e80b4e7f134b7f7df378f89de0484 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 十二月 2019 18:56:51 +0800 Subject: [PATCH] 2019-12-10 --- src/tabviews/commontable/index.scss | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 4c65183..92fae90 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -1,9 +1,23 @@ .commontable { + position: relative; min-height: calc(100vh - 94px); padding-top: 16px; .box404 { padding-top: 30px; } + .ant-modal-mask { + position: absolute; + } + .ant-modal-wrap { + position: absolute; + } + .action-modal .ant-modal { + top: 40px; + max-width: 95%; + .ant-modal-body { + max-height: calc(100vh - 250px); + } + } } .ant-back-top { bottom: 30px; -- Gitblit v1.8.0