From 94b5de4a130adb56b561627b3ee62cae7ebd3f57 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期四, 08 四月 2021 14:50:32 +0800 Subject: [PATCH] 企业popup --- src/assets/css/map/map-panel-style.less | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 144e283..d61932f 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -243,13 +243,18 @@ /***************Company 鍥惧眰 鎮诞妗嗘牱寮忋��*********************************/ .company-bindTooltip { - background: none; + background: @background-color-split; border: none; color: red; font-size: 16px; font-weight: 900 !important; text-shadow: 0 0 5px #fff; + //filter:Dropshadow(offx=1,offy=0,color=white) + //Dropshadow(offx=0,offy=1,color=white) + //Dropshadow(offx=0,offy=-1,color=white) + //Dropshadow(offx=-1,offy=0,color=white); box-shadow: none; + -webkit-text-stroke: .5px #fff; } .company-bindTooltip-hover h3 { @@ -263,15 +268,15 @@ list-style: none; margin: 0; padding: 0; - width: 260px; - display: flex; + //width: 260px; + //display: flex; flex-wrap: wrap; } .company-bindTooltip-hover ul li { margin: 0; padding: 3px 0; - width: 50%; + //width: 50%; } /*************** PublicTable 琛ㄦ牸鏍峰紡銆�*********************************/ @@ -349,4 +354,8 @@ padding: 10px; text-align: center; border-bottom: 1px solid @background-color-split; -} \ No newline at end of file +} + +.el-tabs__header .is-top { + +} -- Gitblit v1.8.0