wl
2022-12-21 0728032adb9d39303a556820244bf5c35f17f207
src/views/operate/writManager/writTemplate/index.vue
@@ -17,7 +17,7 @@
        <el-table
          ref="multipleTable"
          :header-cell-style="{
            background: '#06122c',
            background: '#fff',
            'font-size': '12px',
            color: '#4b9bb7',
            'font-weight': '650',
@@ -186,7 +186,7 @@
          color: #1d3f57;
          &::v-deep .el-input__inner {
            background-color: #09152f;
            // background-color: #09152f;
            border: 1px solid #17324c;
          }
        }
@@ -195,7 +195,7 @@
  }
  main {
    background-color: #09152f;
    background-color: #fff;
    margin-top: 20px;
    padding-bottom: 50px;
@@ -233,7 +233,7 @@
          &::v-deep .el-input__inner {
            border: none;
            background-color: #09152f;
            // background-color: #09152f;
          }
          &:hover {
@@ -256,7 +256,7 @@
          &::v-deep li,
          &::v-deep .btn-prev,
          &::v-deep .btn-next {
            background-color: #071f39;
            // background-color: #071f39;
            color: #4b9bb7;
          }
@@ -267,13 +267,13 @@
        }
      }
    }
    &::v-deep .warning-row {
      background-color: #06122c;
    }
    // &::v-deep .warning-row {
    //   background-color: #06122c;
    // }
    &::v-deep .success-row {
      background-color: #071f39;
    }
    // &::v-deep .success-row {
    //   background-color: #071f39;
    // }
    .operationBox {
      display: flex;