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/commontable/index.scss | 90 ++++++++++++++++++++++++++++++++------------- 1 files changed, 64 insertions(+), 26 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 9a643fe..a7ceb70 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -6,6 +6,12 @@ .box404 { padding-top: 30px; } + .commontable-main-action { + min-height: 25px; + .button-list { + padding-right: 110px; + } + } .ant-modal-mask { position: absolute; } @@ -139,11 +145,7 @@ } } } -.commontable.pick-control { - .button-list { - padding-right: 110px; - } -} + .menu-tree-modal { .ant-modal-body { min-height: 300px; @@ -163,31 +165,67 @@ } } } -.common-table-custom-modal { - .ant-modal { - top: 50px; - padding-bottom: 5px; - .ant-modal-body { - max-height: calc(100vh - 190px); - min-height: 250px; - overflow-y: auto; - .ant-empty { - margin: 15vh 8px; + +.commontable.bg-gray { + background: #f0f2f5; + >.top-search { + background: #ffffff; + padding: 10px 10px; + margin: 0 20px; + } + .chart-view { + margin-bottom: 20px; + .ant-col:last-child { + .line-chart-plot-box { + margin-bottom: 0px; + } + .card-row-box { + margin-bottom: 0px; + } + .normal-data-table { + margin-bottom: 0px; } } - .ant-modal-body::-webkit-scrollbar { - width: 7px; + >.ant-col { + min-height: 50px; } - .ant-modal-body::-webkit-scrollbar-thumb { - border-radius: 5px; - box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); - background: rgba(0, 0, 0, 0.13); + } + .line-chart-plot-box { + background: #ffffff; + padding: 10px; + margin-bottom: 20px; + } + .card-row-box { + min-height: 130px; + background: #ffffff; + padding-bottom: 10px; + margin-bottom: 20px; + } + .commontable-main-action { + padding: 0 10px; + background: #ffffff; + } + .normal-data-table { + padding: 0 10px 10px; + margin-bottom: 20px; + background: #ffffff; + } + .main-pickup { + right: 45px; + } + .custom-control { + right: 10px; + } + > .ant-tabs { + margin: 0px 20px 20px; + padding: 0px; + width: calc(100% - 40px); + background: #ffffff; + .top-search { + padding: 0 10px 10px; } - .ant-modal-body::-webkit-scrollbar-track { - box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.07); - background: rgba(0, 0, 0, 0); + .button-list.toolbar-button { + padding: 15px 10px 5px; } } } \ No newline at end of file -- Gitblit v1.8.0