派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-09 8b18c2811a31ebb656128ca185636eab066563af
src/assets/css/map/map-panel-style.less
@@ -335,6 +335,7 @@
/*************** PublicTable 表格样式。*********************************/
.el-table{
  border-bottom: 1px solid #fff;
  .el-table__body-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
@@ -350,7 +351,11 @@
    }
  }
}
.el-table--border th{
  border-right: none;
  border-left: 1px solid #ddd;
}
.el-table--border th.gutter{border-left: none}
.el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
@@ -366,9 +371,9 @@
  height: 0;
}
.el-table td, .el-table th.is-leaf {
  border: none;
  font-size: 0.08rem;
}
.el-table .warning-row {
  background: #28304d;
}