zhanghua
2022-12-29 3e74aff0f515c90ecab597eea01aa3a7fe5646ac
src/views/operate/fivepack/threepack/components/content.vue
@@ -37,6 +37,7 @@
          v-if="isStorePage()"
          type="primary"
          icon="el-icon-plus"
          class="button-addition"
          @click="handleView(null, 'create')"
          >添加</el-button
        >
@@ -47,9 +48,6 @@
      <el-table
        ref="multipleTable"
        :header-cell-style="{
          background: '#06122c',
          'font-size': '12px',
          color: '#4b9bb7',
          'font-weight': '650',
          'line-height': '45px',
        }"
@@ -310,7 +308,7 @@
  }
  main {
    background-color: #09152f;
    // background-color: #09152f;
    margin-top: 20px;
    padding-bottom: 50px;
@@ -336,18 +334,18 @@
        &::v-deep li,
        &::v-deep .btn-prev,
        &::v-deep .btn-next {
          background-color: #071f39;
          // background-color: #071f39;
          color: #4b9bb7;
        }
      }
    }
    .el-table {
      color: #4b9bb7;
      font-size: 10px;
      // color: #4b9bb7;
      // font-size: 10px;
      &::v-deep .el-table__empty-block {
        background-color: #09152f;
        // background-color: #09152f;
        color: #4b9bb7;
      }