diff --git a/src/views/screen/cityScreen/components/countryMap/index.vue b/src/views/screen/cityScreen/components/countryMap/index.vue index 49aa9c37..b4f787f0 100644 --- a/src/views/screen/cityScreen/components/countryMap/index.vue +++ b/src/views/screen/cityScreen/components/countryMap/index.vue @@ -363,11 +363,13 @@ export default { background-size: 110px 32px; } .mapBox { - margin-top: -70px; + margin-top: -90px; width: 100%; height: 97%; display: flex; position: relative; + // 放大1.2倍 + transform: scale(1.3); #mapEcharts { width: 100%; height: 100%; @@ -471,7 +473,7 @@ export default { .out-city-equip { position: absolute; top: 366px; - right: 95px; + right: 55px; width: 40px; height: 52px; color: #fff; diff --git a/src/views/screen/cityScreen/components/engineerUsing/index.vue b/src/views/screen/cityScreen/components/engineerUsing/index.vue index a52d21e6..85e3e78a 100644 --- a/src/views/screen/cityScreen/components/engineerUsing/index.vue +++ b/src/views/screen/cityScreen/components/engineerUsing/index.vue @@ -188,7 +188,7 @@ export default { line-height: 38px; } .select-view { - width: 15%; + width: 20%; height: 36px; position: absolute; top: 50%; @@ -196,7 +196,7 @@ export default { right: 0; } .select-box { - width: 70%; /*设置宽度确保内容 和 下拉icon的距离*/ + width: 80%; /*设置宽度确保内容 和 下拉icon的距离*/ height: 75%; background: #113f67; color: #ccc; diff --git a/src/views/screen/cityScreen/components/equQuantity/index.vue b/src/views/screen/cityScreen/components/equQuantity/index.vue index 14a9ee4d..1798c876 100644 --- a/src/views/screen/cityScreen/components/equQuantity/index.vue +++ b/src/views/screen/cityScreen/components/equQuantity/index.vue @@ -433,7 +433,7 @@ export default { .item-title { width: 100%; // height: 30%; - padding: 6px 0 6px 10px; + padding: 2px 0 2px 10px; background-image: url('../../../../../assets/cityScreen/equiQuantityTitle.png'); background-size: 100% 100%; font-size: 14px; diff --git a/src/views/screen/cityScreen/components/equUse/index.vue b/src/views/screen/cityScreen/components/equUse/index.vue index 8d53c10e..bd5f229e 100644 --- a/src/views/screen/cityScreen/components/equUse/index.vue +++ b/src/views/screen/cityScreen/components/equUse/index.vue @@ -57,6 +57,7 @@ export default { width: 100%; height: 100%; display: flex; + align-items: center; flex-direction: column; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(26, 92, 215, 0.3)); } @@ -80,7 +81,7 @@ export default { left: 18%; } .content-view { - width: 100%; + width: 50%; height: 85%; position: relative; background: url('../../../../../assets/cityScreen/usingBg.png') no-repeat center center; diff --git a/src/views/screen/cityScreen/components/maintenance/index.vue b/src/views/screen/cityScreen/components/maintenance/index.vue index 7e895161..a8481055 100644 --- a/src/views/screen/cityScreen/components/maintenance/index.vue +++ b/src/views/screen/cityScreen/components/maintenance/index.vue @@ -10,17 +10,17 @@