From 09d367a2b509742ed192730c91ea903fd473fedb Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 17 Nov 2021 10:35:19 +0800 Subject: [PATCH 1/5] =?UTF-8?q?icon=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/visual/basicInfoMain.scss | 7 ++-- .../visual/basicinfo/basicInfoMain.vue | 38 ++----------------- 2 files changed, 8 insertions(+), 37 deletions(-) diff --git a/src/assets/scss/modules/visual/basicInfoMain.scss b/src/assets/scss/modules/visual/basicInfoMain.scss index 1826d259..32154576 100644 --- a/src/assets/scss/modules/visual/basicInfoMain.scss +++ b/src/assets/scss/modules/visual/basicInfoMain.scss @@ -237,7 +237,7 @@ .item { background-color: #011168; margin-top: 12px; - width: 234px; + width: 244px; height: 190px; border: 1px solid #037ddc; border-radius: 8px; @@ -266,11 +266,12 @@ .icon_category { position: absolute; - bottom: 10px; + bottom: 14px; left: 9px; - margin-left: 9px; + // margin-left: 7px; > img { + margin-left: 5px; width: 21px; height: 20px; } diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue index ffdb4201..8341e9a0 100644 --- a/src/views/modules/visual/basicinfo/basicInfoMain.vue +++ b/src/views/modules/visual/basicinfo/basicInfoMain.vue @@ -37,10 +37,6 @@ class="map"> --> - -
From 4421416cdb0452dbf6734b725d434f89e5c705b6 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 18 Nov 2021 13:29:09 +0800 Subject: [PATCH 3/5] ss --- src/views/modules/visual/basicinfo/cpts/people-more.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/modules/visual/basicinfo/cpts/people-more.vue b/src/views/modules/visual/basicinfo/cpts/people-more.vue index e035760c..a634aade 100644 --- a/src/views/modules/visual/basicinfo/cpts/people-more.vue +++ b/src/views/modules/visual/basicinfo/cpts/people-more.vue @@ -323,7 +323,6 @@ export default { if (type == "cascader") { if (valueArr.length > 0) { let level1 = options.find((item) => item.value == valueArr[0]); - console.log("----------------------- cascader", options); if (level1) { if (valueArr.length > 1 && level1.children) { let level2 = level1.children.find( From 1228f878fde73da0e5dcfd368d4e394c4853c3f9 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 18 Nov 2021 15:06:43 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=95=B0=E6=8D=AE-?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E9=A2=84=E8=AD=A6=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/modules/visual/warning.scss | 46 ++-- src/router/index.js | 2 +- .../warning/components/screen-table/index.vue | 5 +- src/views/modules/visual/warning/index.vue | 205 ++++++++++-------- 4 files changed, 143 insertions(+), 115 deletions(-) diff --git a/src/assets/scss/modules/visual/warning.scss b/src/assets/scss/modules/visual/warning.scss index 2a822bf6..36260a7f 100644 --- a/src/assets/scss/modules/visual/warning.scss +++ b/src/assets/scss/modules/visual/warning.scss @@ -2,10 +2,11 @@ box-sizing: border-box; // width: 1881px; width: 100%; - height: 914px; + // height: 100%; + min-height: 100%; margin: auto; color: #fff; - background: url('../../../img/modules/visual/warning-box.png') no-repeat center; + // background: url("../../../img/modules/visual/warning-box.png") no-repeat center; background-size: 100% 100%; padding: 45px 21px 35px 24px; @@ -13,7 +14,8 @@ display: flex; // justify-content: space-around; justify-content: flex-start; - height: 190px; + flex-wrap: wrap; + min-height: 190px; .top-item { box-sizing: border-box; @@ -21,10 +23,11 @@ height: 190px; padding: 10px 22px 14px 21px; // background: rgba(255, 255, 255, 0); - border: 1px solid #1043C0; + border: 1px solid #1043c0; box-shadow: 0px 83px 150px 0px #002790; border-radius: 8px; margin-right: 15px; + margin-bottom: 15px; &-img { display: flex; @@ -34,6 +37,7 @@ width: 78px; height: 78px; margin-right: 16px; + margin-bottom: 10px; } .top-item-left { @@ -47,13 +51,13 @@ span:nth-child(1) { font-size: 18px; font-weight: 400; - color: #FFFFFF; + color: #ffffff; } span:nth-child(2) { font-size: 28px; font-weight: bold; - color: #00FFFC; + color: #00fffc; margin-top: 10px; } } @@ -76,13 +80,14 @@ align-items: center; justify-content: space-between; padding: 0 10px 0 29px; + cursor: pointer; &::after { display: block; - content: ''; + content: ""; width: 8px; height: 8px; - background: #F0F3F7; + background: #f0f3f7; border-radius: 50%; position: absolute; left: 12px; @@ -94,7 +99,7 @@ font-size: 16px; font-family: PingFang SC; font-weight: 400; - color: #FFFFFF; + color: #ffffff; } div:nth-child(2) { @@ -103,7 +108,7 @@ font-size: 20px; font-family: PingFang SC; font-weight: 500; - color: #FFFFFF; + color: #ffffff; .right-icon { width: 10px; @@ -113,7 +118,7 @@ } .num-item-active { - background: linear-gradient(0deg, #1A5AFD, #26C4FF); + background: linear-gradient(0deg, #1a5afd, #26c4ff); } .num-item:nth-child(2) { @@ -121,17 +126,15 @@ } } } - - } &-bottom { box-sizing: border-box; width: 100%; height: calc(100% - 300px); + min-height: 300px; margin-top: 60px; - .pagination { box-sizing: border-box; margin-top: 20px; @@ -141,24 +144,21 @@ justify-content: flex-end; /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active { - background: #0266D1; - color: #000D3F; + background: #0266d1; + color: #000d3f; } /deep/ .el-pagination .el-pager li { - background: #002E74; + background: #002e74; } /deep/ .el-pagination .btn-prev { - background: #002E74; + background: #002e74; } /deep/ .el-pagination .btn-next { - background: #002E74; + background: #002e74; } } } - - - -} \ No newline at end of file +} diff --git a/src/router/index.js b/src/router/index.js index 74034c36..dbf8448e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -218,7 +218,7 @@ router.beforeEach((to, from, next) => { // }else{ http - .get("/oper/access/menu/nav") + .get("/gov/access/menu/nav") .then(({ data: res }) => { if (res.code !== 0) { // Vue.prototype.$message.error(res.msg) diff --git a/src/views/modules/visual/warning/components/screen-table/index.vue b/src/views/modules/visual/warning/components/screen-table/index.vue index 4cbb392d..7b6dce78 100644 --- a/src/views/modules/visual/warning/components/screen-table/index.vue +++ b/src/views/modules/visual/warning/components/screen-table/index.vue @@ -137,6 +137,7 @@ mounted () { }, }; + + + diff --git a/src/views/modules/workSys/resiCate.vue b/src/views/modules/workSys/resiCate.vue index 4eb670df..9c83dea4 100644 --- a/src/views/modules/workSys/resiCate.vue +++ b/src/views/modules/workSys/resiCate.vue @@ -1,7 +1,8 @@