diff --git a/src/assets/scss/dataBoard/overview/index.scss b/src/assets/scss/dataBoard/overview/index.scss index 3019a4754..81c2e7ca9 100644 --- a/src/assets/scss/dataBoard/overview/index.scss +++ b/src/assets/scss/dataBoard/overview/index.scss @@ -82,11 +82,11 @@ width: 213px; font-size: 14px; font-family: PingFang SC; - font-weight: 400; + font-weight: bold; color: #FFFFFF; line-height: 24px; margin-left: 16px; - padding-top: 14px; + // padding-top: 14px; } } @@ -345,6 +345,7 @@ transform: translatey(-200%); } } + @keyframes scroll1 { 0% { transform: translatey(700%); diff --git a/src/assets/scss/dataBoardMain.scss b/src/assets/scss/dataBoardMain.scss index 6e1aa7ecc..73af2fabd 100644 --- a/src/assets/scss/dataBoardMain.scss +++ b/src/assets/scss/dataBoardMain.scss @@ -63,10 +63,10 @@ .title { position: absolute; - left: 90px; + left: 60px; right: 0; top: 0; - line-height: 70px; + line-height: 82px; font-family: PingFang SC; font-weight: bold; color: #FFFFFF; @@ -134,7 +134,7 @@ .nav-list { position: absolute; - top: 60px; + top: 45px; left: 850px; display: flex; // width: 500px; diff --git a/src/views/dataBoard/cpts/homeDetails/index.vue b/src/views/dataBoard/cpts/homeDetails/index.vue index 2ce2a0c20..605b2d169 100644 --- a/src/views/dataBoard/cpts/homeDetails/index.vue +++ b/src/views/dataBoard/cpts/homeDetails/index.vue @@ -148,6 +148,12 @@ export default { getList() { this.loading = true; + const homeType = this.$route.query.type; + // if (homeType === "building") { + // this.$http.get(`/actual/base/streetOverview/getUnitHouseOverviewList?unitId=` + this.$route.query.id).then((res) => { + // console.log(res); + // }); + // } else { this.$http.get(`/actual/base/streetOverview/getUnitHouseList?unitId=` + this.$route.query.id).then((res) => { const { code, @@ -165,6 +171,7 @@ export default { this.loading = false; } }); + // } }, getRentFlag(type) { diff --git a/src/views/dataBoard/cpts/map/index.vue b/src/views/dataBoard/cpts/map/index.vue index ff820143e..dbcdf3ca3 100644 --- a/src/views/dataBoard/cpts/map/index.vue +++ b/src/views/dataBoard/cpts/map/index.vue @@ -4,17 +4,17 @@
切换深色模式
切换浅色模式
- +