派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-20 2b2263521e954131d69174788fd90874dbc21436
src/assets/css/map/map-panel-style.less
@@ -268,18 +268,18 @@
/***************Company 图层 悬浮框样式。*********************************/
.company-bindTooltip {
  position: absolute;
  top: 0;
  left: 0;
  top: 10px;
  left: 8px;
  display: flex;
  justify-content: center;
  justify-items: center;
  img {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px
    width: 35px;
    height: 35px;
    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;
  }
}