派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-09 4cfe2cc6b6d4e418c0d8665fa94a140756dcd537
src/assets/css/map/map-panel-style.less
@@ -321,15 +321,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 表格样式。*********************************/
@@ -363,6 +363,13 @@
}
.el-table tbody tr:hover>td {
  background-color:#28304d !important;
}
//修改表格高度
.el-table td {
  padding: 0!important;
  height: 30px;
  line-height: 30px;
  font-size: 0.01rem !important;
}
/***********************************************动画效果************/
.transition{
@@ -411,5 +418,5 @@
}
.el-tabs__header .is-top {
}