派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-09 4cfe2cc6b6d4e418c0d8665fa94a140756dcd537
src/assets/css/map/map-panel-style.less
@@ -364,6 +364,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{
  transition: all .5s;
@@ -411,5 +418,5 @@
}
.el-tabs__header .is-top {
}