From 06b8e7a0ae832fdf83dcefd069b9cf9b5580f013 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 14 四月 2021 17:59:57 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/assets/css/map/map-panel-style.less | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 7f2e9ef..2ed915f 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -6,12 +6,14 @@ font: 12px/1.5 "Microsoft YaHei", Arial, Helvetica, sans-serif; } + /*鍏ㄥ眬璁剧疆***********/ h1, h2, h3, h4, h5, h6, ul, li, p { padding: 0; margin: 0; list-style: none; } + i { font-style: normal @@ -391,6 +393,7 @@ } .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { + text-align: center; } @@ -409,12 +412,9 @@ .el-table td, .el-table th.is-leaf { font-size: 0.08rem; } -.el-table td, .el-table th.is-leaf { - border-bottom: none; -} .el-table .warning-row { - background: #27304d; + background: #28304d; } .el-table .success-row { -- Gitblit v1.8.0