From 3659f0773a14b54c18ed0af8b64de4afe8227489 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 04 十二月 2020 19:31:12 +0800 Subject: [PATCH] 2020-12-04 --- src/tabviews/commontable/index.scss | 64 -------------------------------- 1 files changed, 0 insertions(+), 64 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 3d3f54b..f76ce06 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -171,67 +171,3 @@ } } } - -.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-col { - min-height: 50px; - } - } - .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; - } - .button-list.toolbar-button { - padding: 15px 10px 5px; - } - } -} \ No newline at end of file -- Gitblit v1.8.0