wl
2022-12-29 d6fb18b49cd61427a343fbe7a2a4f94e4b597bdc
src/views/intelligentPatrol/statistics/unlawful/type/index.vue
@@ -42,9 +42,6 @@
        <el-table
          ref="multipleTable"
          :header-cell-style="{
            background: '#06122c',
            'font-size': '12px',
            color: '#4b9bb7',
            'font-weight': '650',
            'line-height': '45px',
          }"
@@ -169,10 +166,8 @@
        beginTime:'2022-05-01 00:00:00',
        endTime:'2022-09-01 00:00:00'
      }).then((res) => {
        if (res.data.code == 200) {
          this.list = res.data.data.records;
          this.totalNum = res.data.data.total;
        }
          this.list = res.records;
          this.totalNum = res.total;
      });
    },
    // 当前页改变触发事件
@@ -200,7 +195,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-content {
@@ -223,7 +218,7 @@
          color: #1d3f57;
          &::v-deep .el-input__inner {
            background-color: #09152f;
            // background-color: #09152f;
            border: 1px solid #17324c;
          }
        }
@@ -233,9 +228,9 @@
        .el-date-editor {
          flex: 1;
        }
        :deep(.el-range-input) {
          background-color: #09152f;
        }
        // :deep(.el-range-input) {
          // background-color: #09152f;
        // }
      }
      .find {
        margin-right: auto;
@@ -248,7 +243,7 @@
    padding: 0px !important;
  }
  main {
    background-color: #09152f;
    // background-color: #09152f;
    margin-top: 20px;
    padding-bottom: 50px;
    border: 1pox solid #fff;
@@ -287,7 +282,7 @@
          &::v-deep .el-input__inner {
            border: none;
            background-color: #09152f;
            // background-color: #09152f;
          }
          &:hover {
@@ -310,7 +305,7 @@
          &::v-deep li,
          &::v-deep .btn-prev,
          &::v-deep .btn-next {
            background-color: #071f39;
            // background-color: #071f39;
            color: #4b9bb7;
          }
@@ -321,13 +316,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;
    // }s
    .operationBox {
      display: flex;
@@ -337,8 +332,8 @@
      background-color: #4b9bb7;
    }
    .el-table {
      color: #4b9bb7;
      font-size: 10px;
      // color: #4b9bb7;
      // font-size: 10px;
      .operation {
        display: flex;