派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-23 4b2a5a88cbca4c21c18a7b59dae825051cf75c1f
src/assets/css/map/map-panel-style.less
@@ -22,16 +22,20 @@
.rt{
  float:right;
}
.lt{
  float:left;
}
.el-button--mini, .el-button--mini.is-round{
  padding: 0.02rem 0.04rem;
}
/*隐藏*/
.el-dialog__wrapper{
  height: 0;
}
.el-dialog{
  margin: 0 !important;
  position: fixed;
@@ -42,6 +46,7 @@
    border-bottom: 1px solid @background-color-split;
  }
}
i {
  font-style: normal
}
@@ -232,6 +237,7 @@
      height: 16px;
    }
  }
  .el-button.hover{
    color: @color-highlight;
    border: .00521rem solid @color-highlight;
@@ -267,6 +273,7 @@
  color: #fff700 !important;
  cursor: pointer;
}
.active-button {
  border: 0.00521rem solid #fff700 !important;
  box-shadow: 0 0 0.03rem #fff700 !important;
@@ -375,6 +382,7 @@
.el-table {
  .cell {
    padding: 0 3px !important;
    i {
      display: block;
      font-style: normal;
@@ -418,16 +426,20 @@
.el-table td, .el-table th.is-leaf {
  font-size: 0.08rem;
}
.el-table .has-gutter tr th{
  border:1px solid @background-color-split;
}
.el-table .has-gutter tr th  .cell{
  color: #fff;
}
.el-table--border{
 // border:1px solid @background-color-split;
  border:none
}
.el-table--border::after, .el-table--group::after, .el-table::before{
  background:none;
}
@@ -449,9 +461,11 @@
  padding: 0 !important;
  font-size: 0.01rem !important;
}
.el-scrollbar__wrap {
}
/*****滚动条***/
.scroll::-webkit-scrollbar,
.s-map-popup-panel .el-tabs__content::-webkit-scrollbar,
@@ -470,6 +484,7 @@
  border-radius: 10px;
  background: #000;
}
.scroll::-webkit-scrollbar-track,
.s-map-popup-panel .el-tabs__content::-webkit-scrollbar-track,
.el-table__body-wrapper::-webkit-scrollbar-track,
@@ -481,10 +496,7 @@
}
/*********解决横向滚动**/
/***********************************************动画效果************/
@@ -669,11 +681,20 @@
.fixed-table {
  background: rgba(0, 16, 30, 1) !important;
}
/****************************报表二级子弹框样式***/
.el-tabs__nav-wrap::after{background: none;}
.el-tabs__header{margin-bottom: 0.04rem;
  .is-active{color: @color-highlight}
.el-tabs__nav-wrap::after {
  background: none;
}
.el-tabs__header {
  margin-bottom: 0.04rem;
  .is-active {
    color: @color-highlight
  }
}
.el-tabs__active-bar{
  background: @color-highlight;
}
@@ -684,11 +705,20 @@
  border: 0.00521rem solid @color;
  overflow: hidden;
  box-shadow: 0 0 0.03rem @color;
  .el-popover__title{color: #fff;margin: 0;padding:0.06rem; background: @background-color;border-bottom: 1px solid @background-color-split}
  .el-popover__title {
    color: #fff;
    margin: 0;
    padding: 0.06rem;
    background: @background-color;
    border-bottom: 1px solid @background-color-split
  }
  .refinery {
    background-color: @background-color;
  }
  .waste-water{
    background-color: @background-color;
  }