From 7e393312d361c55805c79bc58576ec0d888dc89d Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期三, 14 四月 2021 17:38:11 +0800 Subject: [PATCH] 添加矢量图标字体库 --- src/assets/css/map/map-panel-style.less | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 7431f1c..cf71c4b 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 @@ -252,6 +254,11 @@ } .hover-bottom:hover, +.hover-bottom.hover{ + box-shadow: 0 0 0.03rem #fff700 inset !important; + color: #fff700 !important; + cursor: pointer; +} .active-button { border: 0.00521rem solid #fff700 !important; box-shadow: 0 0 0.03rem #fff700 !important; @@ -365,10 +372,8 @@ height: 0; background: none; } - .cell { padding: 0 3px !important; - i { display: block; font-style: normal; @@ -388,12 +393,10 @@ } .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { - text-align: center; } .el-table th > .cell { - border: 1px #396d83 solid; color: #00fff6; } @@ -408,9 +411,12 @@ .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: #28304d; + background: #27304d; } .el-table .success-row { -- Gitblit v1.8.0