派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-04-29 c56e506fd34c58209240e97fc29043639fae5d19
src/assets/css/map/map-panel-style.less
@@ -678,9 +678,9 @@
  margin: 15px 0;
}
.fixed-table {
  background: rgba(0, 16, 30, 1) !important;
}
//.fixed-table {
//  background: rgba(0, 16, 30, 1) !important;
//}
/****************************报表二级子弹框样式***/
.el-tabs__nav-wrap::after {
@@ -731,3 +731,60 @@
  background: @background-color;color:@color-highlight;border-color:@color-highlight
}
/****************************废水弹框公共样式***/
.echarts-box {
  .tab-scroll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .time-select {
      cursor: pointer;
      padding: 5px;
      border: 1px solid #2b87c8;
      border-radius: 4px;
      text-align: center;
      color: #fff;
      font-size: 11px;
      width: 280px;
    }
  }
  .echarts-form {
    height: 0.3rem;
    line-height: 0.3rem;
    .demonstration {
      color: #00fff6;
      font-size: 12px;
      margin-left: 10px;
    }
    .el-input__inner {
      height: 0.15rem;
      background-color: #2e4967;
      color: #fff;
      font-size: 12px;
      padding: 0;
      border-color: #00fff6;
      text-align: center;
    }
    .el-button {
      margin: 0 15px;
      width: 0.3rem;
      height: 0.15rem;
      display: inline-block;
      background-color: #2e4967;
      color: #fff;
      font-size: 12px;
      padding: 0;
      border-color: #00fff6;
      text-align: center;
    }
  }
  .el-icon-time:before {
    content: " ";
  }
}