From c3f00b24f42636e54ae99f7295271b31aeb78063 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期四, 22 十二月 2022 10:07:35 +0800 Subject: [PATCH] fix: 修理皮肤 --- src/views/intelligentPatrol/statistics/unlawful/time/index.vue | 36 +++++++++++++++++------------------- 1 files changed, 17 insertions(+), 19 deletions(-) diff --git a/src/views/intelligentPatrol/statistics/unlawful/time/index.vue b/src/views/intelligentPatrol/statistics/unlawful/time/index.vue index 791de09..4797b12 100644 --- a/src/views/intelligentPatrol/statistics/unlawful/time/index.vue +++ b/src/views/intelligentPatrol/statistics/unlawful/time/index.vue @@ -42,7 +42,7 @@ <el-table ref="multipleTable" :header-cell-style="{ - background: '#06122c', + // background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', @@ -161,10 +161,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; }); }, // 褰撳墠椤垫敼鍙樿Е鍙戜簨浠� @@ -192,7 +190,7 @@ color: #4b9bb7; header { - background-color: #09152f; + background-color: white; border: 1pox solid #fff; .header-content { @@ -215,7 +213,7 @@ color: #1d3f57; &::v-deep .el-input__inner { - background-color: #09152f; + // background-color: #09152f; border: 1px solid #17324c; } } @@ -225,9 +223,9 @@ .el-date-editor { flex: 1; } - :deep(.el-range-input) { - background-color: #09152f; - } + // :deep(.el-range-input) { + // background-color: #09152f; + // } } .find { margin-right: auto; @@ -240,7 +238,7 @@ padding: 0px !important; } main { - background-color: #09152f; + // background-color: #09152f; margin-top: 20px; padding-bottom: 50px; border: 1pox solid #fff; @@ -279,7 +277,7 @@ &::v-deep .el-input__inner { border: none; - background-color: #09152f; + // background-color: #09152f; } &:hover { @@ -302,7 +300,7 @@ &::v-deep li, &::v-deep .btn-prev, &::v-deep .btn-next { - background-color: #071f39; + // background-color: #071f39; color: #4b9bb7; } @@ -313,13 +311,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; -- Gitblit v1.8.0