From e399add480c856989510884c3aaa0bce6544f01c Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 21 十二月 2022 15:43:49 +0800 Subject: [PATCH] 只能巡查,视频巡查ui修改 --- src/views/intelligentPatrol/statistics/unlawful/point/index.vue | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/intelligentPatrol/statistics/unlawful/point/index.vue b/src/views/intelligentPatrol/statistics/unlawful/point/index.vue index 467d79a..f979627 100644 --- a/src/views/intelligentPatrol/statistics/unlawful/point/index.vue +++ b/src/views/intelligentPatrol/statistics/unlawful/point/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', @@ -234,7 +234,7 @@ flex: 1; } :deep(.el-range-input) { - background-color: #09152f; + // background-color: #09152f; } } .find { @@ -248,7 +248,7 @@ padding: 0px !important; } main { - background-color: #09152f; + // background-color: #09152f; margin-top: 20px; padding-bottom: 50px; border: 1pox solid #fff; @@ -287,7 +287,7 @@ &::v-deep .el-input__inner { border: none; - background-color: #09152f; + // background-color: #09152f; } &:hover { @@ -310,7 +310,7 @@ &::v-deep li, &::v-deep .btn-prev, &::v-deep .btn-next { - background-color: #071f39; + // background-color: #071f39; color: #4b9bb7; } @@ -321,13 +321,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