From 422824d7e136eb8aa3d30417b0fac99b2d96af72 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 21 Jun 2023 14:50:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goverment/huizhou/droneImaging/index.vue | 39 ++- .../environmentalMonitoring/index.vue | 140 +++----- .../siteSupervision/realNameSystem/index.vue | 323 +++++++++++++++++- .../videoMonitoring/index.scss | 88 ++++- .../siteSupervision/videoMonitoring/index.vue | 4 +- 5 files changed, 468 insertions(+), 126 deletions(-) diff --git a/src/views/goverment/huizhou/droneImaging/index.vue b/src/views/goverment/huizhou/droneImaging/index.vue index c02c39f..1f7cbe9 100644 --- a/src/views/goverment/huizhou/droneImaging/index.vue +++ b/src/views/goverment/huizhou/droneImaging/index.vue @@ -135,8 +135,8 @@ - + diff --git a/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.scss b/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.scss index f6a6e65..6fd82c1 100644 --- a/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.scss +++ b/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.scss @@ -3,7 +3,7 @@ width: 100%; display: flex; flex-direction: column; - background-color: #f6f6f6; + // background-color: #f6f6f6; // padding: 0 20px; // overflow: hidden; .middle-video { @@ -11,10 +11,11 @@ flex: 1; .title-video { height: 56px; - background-color: #fff; + background-color: #092945; margin-bottom: 20px; padding: 0 36px; border-radius: 8px; + color: #ffffff; img { cursor: pointer; } @@ -38,7 +39,7 @@ .right-form { width: 15vw; height: 100%; - background-color: #fff; + background: #092945; border-radius: 8px; display: flex; flex-direction: column; @@ -46,9 +47,20 @@ .date-form { display: flex; padding: 15px 12px; - border-bottom: 1px solid #e5e5e5; + border-bottom: 1px solid #09314e; .searchBtn { margin-left: 10px; + background: #087ba4; + border-radius: 4px; + } + :deep() { + .el-input__wrapper { + background-color: transparent; + box-shadow: 0 0 0 1px #087ba4 inset; + } + .el-range-input { + color: white; + } } } .right-header { @@ -59,14 +71,16 @@ // flex: 1; // height: 120px; padding: 12px; - border-bottom: 1px solid #e5e5e5; + border-bottom: 1px solid #09314e; .title { - color: #333; + color: #ffffff; font-family: "siyuan_Medium"; } .desc { + margin-top: 4px; .question { - color: #797979; + color: #c4c4c4; + font-family: Source Han Sans CN-Regular, Source Han Sans CN; font-size: 12px; } .date { @@ -74,15 +88,58 @@ align-items: flex-end; justify-content: space-between; margin-top: 37px; - span { - color: rgba(102, 102, 102, 0.8); + color: rgba(196, 196, 196, 0.65); + font-family: Source Han Sans CN-Regular, Source Han Sans CN; font-size: 10px; } } } } } + :deep(.el-pagination) { + .el-pagination__goto { + color: var(--el-color-primary); + } + .el-pagination__classifier { + color: var(--el-color-primary); + } + .el-input__wrapper { + color: var(--el-color-primary); + background-color: transparent; + border: none; + box-shadow: 0 0 0 1px var(--el-color-primary, var(--el-color-primary)) inset; + height: 26px; + } + .el-input__inner { + color: var(--el-color-primary); + } + .el-pager li { + border: none; + box-shadow: 0 0 0 1px var(--el-color-primary, var(--el-color-primary)) inset; + background-color: transparent; + color: white; + border: none; + height: 26px; + } + .el-pager li:active { + color: var(--el-color-primary); + border: none; + height: 26px; + } + .el-pagination__total { + color: var(--el-color-primary); + } + .btn-prev, + .btn-next, + .btn-prev:disabled, + .btn-next:disabled { + color: var(--el-color-primary); + background-color: transparent; + border: 1px solid var(--el-color-primary); + height: 26px; + } + } } } @@ -97,13 +154,24 @@ width: 290px; border-radius: 8px; height: 100%; - background-color: #fff; + background: #092945; overflow: auto; :deep(.el-tabs__nav-wrap) { // overflow: auto; display: flex; justify-content: center; } + :deep(.el-tabs__nav-wrap::after) { + background-color: #09314e; + } + :deep() { + .el-tabs__item { + color: #c4c4c4; + } + .el-tabs__item.is-active { + color: #0bc4f0; + } + } .treefilter { padding: 0 18px 18px 18px; // min-height: 100%; diff --git a/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.vue b/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.vue index ee064e4..153b4bd 100644 --- a/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.vue +++ b/src/views/goverment/huizhou/siteSupervision/videoMonitoring/index.vue @@ -131,7 +131,9 @@