diff --git a/src/assets/img/modules/visual/noData.png b/src/assets/img/modules/visual/noData.png new file mode 100644 index 00000000..e8fdcbcf Binary files /dev/null and b/src/assets/img/modules/visual/noData.png differ 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/assets/scss/modules/visual/warning.scss b/src/assets/scss/modules/visual/warning.scss index c0490691..36260a7f 100644 --- a/src/assets/scss/modules/visual/warning.scss +++ b/src/assets/scss/modules/visual/warning.scss @@ -1,17 +1,21 @@ .warning-box { box-sizing: border-box; - width: 1881px; - height: 914px; + // width: 1881px; + width: 100%; + // 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; &-top { display: flex; - justify-content: space-around; - height: 190px; + // justify-content: space-around; + justify-content: flex-start; + flex-wrap: wrap; + min-height: 190px; .top-item { box-sizing: border-box; @@ -19,9 +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; @@ -31,6 +37,7 @@ width: 78px; height: 78px; margin-right: 16px; + margin-bottom: 10px; } .top-item-left { @@ -44,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; } } @@ -73,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; @@ -91,7 +99,7 @@ font-size: 16px; font-family: PingFang SC; font-weight: 400; - color: #FFFFFF; + color: #ffffff; } div:nth-child(2) { @@ -100,7 +108,7 @@ font-size: 20px; font-family: PingFang SC; font-weight: 500; - color: #FFFFFF; + color: #ffffff; .right-icon { width: 10px; @@ -110,7 +118,7 @@ } .num-item-active { - background: linear-gradient(0deg, #1A5AFD, #26C4FF); + background: linear-gradient(0deg, #1a5afd, #26c4ff); } .num-item:nth-child(2) { @@ -118,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; @@ -138,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/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"> --> - -
+