From 191d6d48a282479c02ea212ca33789ad34137361 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 11 一月 2021 16:21:17 +0800 Subject: [PATCH] 2021-01-11 --- src/tabviews/commontable/index.scss | 28 ---------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index db5c6a7..5e23976 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -91,14 +91,6 @@ cursor: default; } } - .page-message { - position: fixed; - z-index: 2; - bottom: 65px; - right: 30px; - width: 40px; - height: 40px; - } .ant-table-fixed-left, .ant-table-fixed-right { z-index: 1; } @@ -152,26 +144,6 @@ } .canvas { clear: both; - } - } -} - -.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