派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-20 7df2d3d0fa20cd1eb58009aaf6e1b3c8712a58a2
src/assets/css/map/map-panel-style.less
@@ -276,10 +276,10 @@
  img {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px
  }
  ul {
@@ -647,3 +647,10 @@
.fixed-table {
  background: rgba(0, 16, 30, 1) !important;
}
/****************************私有***/
.baoBiao{
  .el-dialog.el-dialog--center{
    top:100px;
    left: 100px;
  }
}