派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-20 17354c5ec70500c5467060f9cc5649d5c1ce23a0
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;
  }
}