From a94e89e2a85d05ce57853bbb0f6c6f0b6f7c536a Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期四, 08 四月 2021 11:22:25 +0800 Subject: [PATCH] 弹框问题修改 --- src/assets/css/map/map-panel-style.less | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 3a72b11..f91da00 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -53,6 +53,7 @@ .select-down { border: none !important; background-color: @background-color; + margin: 0; //.el-scrollbar{ // @@ -242,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 { @@ -293,6 +299,7 @@ } .el-table td, .el-table th.is-leaf { border: none; + font-size: 0.08rem; } .el-table .warning-row { background: #28304d; @@ -341,3 +348,14 @@ } } +.panel-title{ + color: @color-title; + font-size: 18px; + padding: 10px; + text-align: center; + border-bottom: 1px solid @background-color-split; +} + +.el-tabs__header .is-top { + +} -- Gitblit v1.8.0