派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-23 3140ec8fc9ac7d7fce42ee2d3ef222323a1c05ff
src/assets/css/map/map-panel-style.less
@@ -131,6 +131,7 @@
.el-table th, .el-table tr {
  background-color: transparent;
  padding: 0.02rem;
}
.el-table {
@@ -221,13 +222,20 @@
    margin: 5px;
    width: 30px;
    height: 30px;
    background: @background-color-tools;
    color: #00fff6;
    background: rgba(0, 16, 30, 0.7);
    border: 0.00521rem solid #00fff6;
    vertical-align: middle !important;
    img {
      width: 16px;
      height: 16px;
    }
  }
  .el-button.hover{
    color: @color-highlight;
    border: .00521rem solid @color-highlight;
    box-shadow: 0 0 .03rem @color-highlight;
  }
}
@@ -268,16 +276,16 @@
/***************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: 32px;
    height: 32px;
    width: 35px;
    height: 35px;
    margin-left: -16px;
    margin-top: -16px
  }
@@ -375,9 +383,7 @@
    }
  }
}
.el-table--border{
  border-bottom: 1px solid #ddd;
}
.el-dialog--center .el-dialog__body{
  padding: 0.04rem;
@@ -412,6 +418,19 @@
.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;
}
.el-table .warning-row {
  background: #28304d;
@@ -435,6 +454,7 @@
}
/*****滚动条***/
.scroll::-webkit-scrollbar,
.s-map-popup-panel .el-tabs__content::-webkit-scrollbar,
.el-table__body-wrapper::-webkit-scrollbar,
.el-scrollbar__wrap::-webkit-scrollbar {
  /*滚动条整体样式*/
@@ -443,6 +463,7 @@
}
.scroll::-webkit-scrollbar-thumb,
.s-map-popup-panel .el-tabs__content::-webkit-scrollbar-thumb,
.el-table__body-wrapper::-webkit-scrollbar-thumb,
.el-scrollbar__wrap::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
@@ -450,6 +471,7 @@
  background: #000;
}
.scroll::-webkit-scrollbar-track,
.s-map-popup-panel .el-tabs__content::-webkit-scrollbar-track,
.el-table__body-wrapper::-webkit-scrollbar-track,
.el-scrollbar__wrap::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
@@ -647,10 +669,28 @@
.fixed-table {
  background: rgba(0, 16, 30, 1) !important;
}
/****************************私有***/
.baoBiao{
  .el-dialog.el-dialog--center{
    top:100px;
    left: 100px;
/****************************报表二级子弹框样式***/
.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;
}
.el-popover.popovers{
  background: @background-color;
  padding: 0;
  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}
  .refinery {
    background-color: @background-color;
  }
  .waste-water{
    background-color: @background-color;
  }
}