From 40397fab315de90285763467e4a1c70116202dad Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期一, 19 四月 2021 20:07:59 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/assets/css/map/map-panel-style.less | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 7c2e6f6..751ab6a 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -8,10 +8,15 @@ /*鍏ㄥ眬璁剧疆***********/ -h1, h2, h3, h4, h5, h6, ul, li, p { +h1, h2, h3, h4, h5, h6, ul, li, p,i ,span,div{ padding: 0; margin: 0; list-style: none; + -moz-user-select:none; /*鐏嫄*/ + -webkit-user-select:none; /*webkit娴忚鍣�*/ + -ms-user-select:none; /*IE10*/ + -khtml-user-select:none; /*鏃╂湡娴忚鍣�*/ + user-select:none; } .rt{ @@ -33,6 +38,9 @@ z-index: 2000; // left: 50%; //bottom:15px; + .el-dialog__header{ + border-bottom: 1px solid @background-color-split; + } } i { font-style: normal -- Gitblit v1.8.0