From 51a60b5cb00fdeaf9e42c29341242460bf2154e8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 九月 2020 09:37:22 +0800 Subject: [PATCH] 2020-09-18 --- src/tabviews/custom/index.scss | 23 +++-------------------- 1 files changed, 3 insertions(+), 20 deletions(-) diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss index b35d19b..981f835 100644 --- a/src/tabviews/custom/index.scss +++ b/src/tabviews/custom/index.scss @@ -1,8 +1,10 @@ -.calendar-page { +.custom-page-wrap { position: relative; min-height: calc(100vh - 94px); padding-top: 16px; padding-bottom: 80px; + padding-left: 16px; + padding-right: 16px; .box404 { padding-top: 30px; } @@ -37,22 +39,3 @@ } } -.menu-tree-modal { - .ant-modal-body { - min-height: 300px; - .menu-header { - text-align: center; - span { - font-weight: 600; - margin-right: 20px; - } - .ant-typography { - font-weight: 600; - display: inline-block; - } - } - .ant-tree li .ant-tree-node-content-wrapper { - cursor: default; - } - } -} -- Gitblit v1.8.0