From fc6920985f8177f153e376fe7669c272d6b3d184 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 二月 2020 22:02:56 +0800 Subject: [PATCH] 2020-02-21 --- src/tabviews/commontable/index.scss | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 2321484..847136c 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -87,4 +87,23 @@ .ant-modal-body { min-height: 300px; } +} +.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; + } + } } \ No newline at end of file -- Gitblit v1.8.0