From 699e324c99cae1cac49dc5f92681c9ec587c73d3 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期五, 09 四月 2021 15:48:04 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/assets/css/map/map-panel-style.less | 32 ++++++++++++++++++++++++++------ 1 files changed, 26 insertions(+), 6 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 46bf141..5c5a3a9 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -333,12 +333,32 @@ } /*************** PublicTable 琛ㄦ牸鏍峰紡銆�*********************************/ -.cell { - padding: 0; + +.el-table{ + border-bottom: 1px solid #fff; + .el-table__body-wrapper::-webkit-scrollbar { + width: 0; + height: 0; + background: none; + } + .cell{ + padding: 0 3px !important; + i{ + display: block; + font-style: normal; + font-size: 10px; + line-height: 12px; + } + } } +.el-table--border th{ + border-right: none; + border-left: 1px solid #ddd; +} +.el-table--border th.gutter{border-left: none} .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { - /* padding-left: 10px; */ + text-align: center; } .el-table th>.cell { @@ -351,9 +371,9 @@ height: 0; } .el-table td, .el-table th.is-leaf { - border: none; font-size: 0.08rem; } + .el-table .warning-row { background: #28304d; } @@ -367,10 +387,9 @@ //淇敼琛ㄦ牸楂樺害 .el-table td { padding: 0!important; - height: 30px; - line-height: 30px; font-size: 0.01rem !important; } + /***********************************************鍔ㄧ敾鏁堟灉************/ .transition{ transition: all .5s; @@ -420,3 +439,4 @@ .el-tabs__header .is-top { } + -- Gitblit v1.8.0