派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-08 94b5de4a130adb56b561627b3ee62cae7ebd3f57
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;
}
}
.el-tabs__header .is-top {
}