From 7b446d6f843e820734319ff05003eadd2f2d944b Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 22 四月 2021 14:38:10 +0800 Subject: [PATCH] 工具栏样式修改,报表页面部分完成,样式调试。 --- src/assets/css/map/map-panel-style.less | 55 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 46 insertions(+), 9 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 0a4a136..51d8c87 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -131,6 +131,7 @@ .el-table th, .el-table tr { background-color: transparent; + padding: 0.02rem; } .el-table { @@ -221,13 +222,20 @@ margin: 5px; width: 30px; height: 30px; - background: @background-color-tools; + color: #00fff6; + background: rgba(0, 16, 30, 0.7); + border: 0.00521rem solid #00fff6; vertical-align: middle !important; img { width: 16px; height: 16px; } + } + .el-button.hover{ + color: @color-highlight; + border: .00521rem solid @color-highlight; + box-shadow: 0 0 .03rem @color-highlight; } } @@ -375,9 +383,7 @@ } } } -.el-table--border{ - border-bottom: 1px solid #ddd; -} + .el-dialog--center .el-dialog__body{ padding: 0.04rem; @@ -411,6 +417,19 @@ .el-table td, .el-table th.is-leaf { font-size: 0.08rem; +} +.el-table .has-gutter tr th{ + border:1px solid @background-color-split; +} +.el-table .has-gutter tr th .cell{ + color: #fff; +} +.el-table--border{ + // border:1px solid @background-color-split; + border:none +} +.el-table--border::after, .el-table--group::after, .el-table::before{ + background:none; } .el-table .warning-row { @@ -647,10 +666,28 @@ .fixed-table { background: rgba(0, 16, 30, 1) !important; } -/****************************绉佹湁***/ -.baoBiao{ - .el-dialog.el-dialog--center{ - top:100px; - left: 100px; +/****************************鎶ヨ〃浜岀骇瀛愬脊妗嗘牱寮�***/ +.el-tabs__nav-wrap::after{background: none;} +.el-tabs__header{margin-bottom: 0.04rem; + .is-active{color: @color-highlight} +} +.el-tabs__active-bar{ + background: @color-highlight; +} + +.el-popover.popovers{ + background: @background-color; + padding: 0; + border: 0.00521rem solid @color; + overflow: hidden; + box-shadow: 0 0 0.03rem @color; + .el-popover__title{color: #fff;margin: 0;padding:0.06rem; background: @background-color;border-bottom: 1px solid @background-color-split} + .refinery { + background-color: @background-color; + + } + .waste-water{ + background-color: @background-color; } } + -- Gitblit v1.8.0