派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-15 a2a5df54da3dc866a890286bf1f49962a19786d6
table样式
2个文件已修改
42 ■■■■■ 已修改文件
src/assets/css/map/map-panel-style.less 40 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/panel/ToolBoxPanel.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/css/map/map-panel-style.less
@@ -11,6 +11,29 @@
      text-align: center;
      height: 20px;
      line-height: 20px;
      color: #00fff6;
      cursor: pointer;
      -ms-flex-negative: 0;
      flex-shrink: 0;
  }
}
.el-tabs__header{
  font-size: .08333rem;
  line-height: .10938rem;
  background: rgba(0,255,246,.14);
}
.el-dialog{
  border: 0.00521rem solid @color;
  box-shadow: 0 0 0.03rem @color;
  background: rgba(0, 16, 30, 0.8);
  border-radius: 0.05208rem;
  .el-dialog__title{
    padding: .03125rem .08333rem;
    color: @color;
    cursor: pointer;
    flex-shrink: 0;
  }
}
.select-down {
@@ -42,8 +65,23 @@
    .popper__arrow::after{
        border-bottom-color: @color ;
    }
}
.el-table{
  color: #00fff6;
}
.el-table th, .el-table tr{
  background: transparent;
}
.el-table thead {
  color: #ffffff;
  font-weight: 500;
}
.el-table, .el-table__expanded-cell {
  background-color: transparent;
}
.el-table thead.is-group th{
  background-color: transparent;
}
.map-input{
  input{
src/components/panel/ToolBoxPanel.vue
@@ -264,7 +264,7 @@
    justify-content: space-around;
    .init-choose {
      background: #305B62;
      background: @background-color;
      width: 35px;
      height: 35px;
      border-radius: 50%;