gjj
2025-03-18 850fbeddcd514476756acde45c3136eabe087240
src/assets/css/element-ui-override.scss
@@ -34,26 +34,20 @@
.el-table {
  background-color: #000a1f;
  &::before {
    background-color: unset;
  }
  .el-table__header {
    thead {
      color: #fff;
      tr {
        border-bottom: unset;
        th.el-table__cell.is-leaf {
          border-bottom: unset;
        }
        th {
          font-weight: 600;
        }
        .el-table__cell {
          padding: 6px 0;
          background-color: #5e616e;
@@ -61,7 +55,6 @@
      }
    }
  }
  .el-table__body {
    tbody {
      tr.el-table__row {
@@ -80,7 +73,6 @@
      }
    }
  }
  // &--striped {
  //   .el-table__body {
  //     tr.el-table__row--striped {
@@ -101,7 +93,6 @@
        background-color: #3661eb;
      }
    }
    .btn-prev {
      background-color: #3661eb;
      color: #fff;
@@ -110,7 +101,6 @@
        color: rgba(246, 247, 250, 0.5);
      }
    }
    .btn-next {
      background-color: #3661eb;
      color: #f6f7fa;
@@ -121,6 +111,7 @@
    }
  }
}
.el-select,
.el-input__inner{
  height: 32px;
@@ -129,12 +120,4 @@
  color: #fff;
  border: none;
  outline: none;
}
 //未选中框时右侧文字
  .el-checkbox__label{
    color: #fff;
 }
 //选中框时右侧文字
  .el-checkbox__input.is-checked+.el-checkbox__label{
   color: #fff;
 }