派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 0e2a48bddcf9270f546f87c8b19ea68c3ab4f0b4
src/assets/css/map/map-panel-style.less
@@ -738,7 +738,7 @@
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    .time-select {
      cursor: pointer;
      padding: 5px;
@@ -752,9 +752,6 @@
  }
  .echarts-form {
    height: 0.3rem;
    line-height: 0.3rem;
    .demonstration {
      color: #00fff6;
      font-size: 12px;
@@ -762,7 +759,6 @@
    }
    .el-input__inner {
      height: 0.15rem;
      background-color: #2e4967;
      color: #fff;
      font-size: 12px;
@@ -808,3 +804,22 @@
.leaflet-tooltip-left::before{border-left-color: @background-color;}
.leaflet-tooltip-right::before{border-right-color: @background-color;}
.leaflet-tooltip-bottom::before{border-bottom-color: @background-color;}
.el-date-editor.el-input, .el-date-editor.el-input__inner{
  width: 160px;
  height: 30px;
}
.el-select.el-select--mini{
  width: 80px;
}
.time-select{
  display:block;text-align: center;
}
.public-bounced-content-left{
  width: 5rem;
}
.echarts-chart>div{
  width: 100%;
  height: 1.5rem;
}