From ae6ce73e7abde1121a788f884e54ccd6cfad0460 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 11 八月 2020 13:59:29 +0800 Subject: [PATCH] 2020-08-11 --- src/tabviews/scriptmanage/index.scss | 43 ++----------------------------------------- 1 files changed, 2 insertions(+), 41 deletions(-) diff --git a/src/tabviews/scriptmanage/index.scss b/src/tabviews/scriptmanage/index.scss index d3ec298..7575443 100644 --- a/src/tabviews/scriptmanage/index.scss +++ b/src/tabviews/scriptmanage/index.scss @@ -1,4 +1,4 @@ -.veruptable { +.script-manage-table { position: relative; min-height: calc(100vh - 94px); padding-top: 16px; @@ -56,6 +56,7 @@ } .main-table-box { position: relative; + padding: 0 20px; .pickchange { position: absolute; right: 0px; @@ -68,44 +69,4 @@ } } } - > .ant-tabs { - padding: 0px 20px; - margin-bottom: 20px; - .ant-tabs-tab:not(.ant-tabs-tab-active) { - cursor: pointer; - } - } - .common-table-copy { - position: fixed; - z-index: 2; - bottom: 65px; - right: 30px; - width: 40px; - height: 40px; - } } -.commontable.pick-control { - >.button-list { - padding-right: 140px; - } -} - -.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