fangyuan
2022-12-21 cb0c0ee3ea35da0ebfda286e873868af6a531942
src/views/operate/video/index.vue
@@ -39,7 +39,7 @@
        <el-table
          ref="multipleTable"
          :header-cell-style="{
            background: '#06122c',
            // background: '#06122c',
            'font-size': '12px',
            color: '#4b9bb7',
            'font-weight': '650',
@@ -395,7 +395,7 @@
          color: #1d3f57;
          &::v-deep .el-input__inner {
            background-color: #09152f;
            // background-color: #09152f;
            border: 1px solid #17324c;
          }
        }
@@ -424,12 +424,12 @@
  }
  &::v-deep .el-input__inner {
    background-color: #09152f;
    // background-color: #09152f;
    border: 1px solid #17324c;
  }
  main {
    background-color: #09152f;
    // background-color: #09152f;
    margin-top: 20px;
    padding-bottom: 50px;
@@ -455,7 +455,7 @@
      }
      .is-active {
        background-color: #070f22;
        // background-color: #070f22;
        border-radius: 4px;
        color: #fff;
      }
@@ -511,7 +511,7 @@
          &::v-deep li,
          &::v-deep .btn-prev,
          &::v-deep .btn-next {
            background-color: #071f39;
            // background-color: #071f39;
            color: #4b9bb7;
          }
@@ -552,7 +552,7 @@
  }
  :deep(.el-range-input) {
    background-color: #09152f;
    // background-color: #09152f;
  }
}
</style>