Browse Source

zzy + 样式修改、图层接入

zhiyuan-007 10 months ago
parent
commit
b76be0d3db

+ 3 - 3
src/components/FortificationIntensity.vue

@@ -108,7 +108,7 @@
 		box-sizing: border-box;
 		.content {
 			height: 90%;
-			margin: 0 20px;
+			margin: 0 10px;
 			
 			.top{
 				width: 100%;
@@ -160,8 +160,8 @@
 				justify-content: flex-start;
         align-items: center;
 				.item{
-					width: 31%;
-          padding-left: 2%;
+					width: 33%;
+          padding-left: 0.3%;
 					height: 31%;
 					box-sizing: border-box;
 					

+ 4 - 4
src/components/HousingSecurity.vue

@@ -9,10 +9,10 @@
 			<div class="right">
 				<div class="top center">
 					<div class="top_left center">
-						总量(栋)
+						总量(栋)
 					</div>
 					<div class="top_right center">
-						{{obj && obj.dataCount}}
+						{{(obj && obj.dataCount) * 10000 }}
 					</div>
 				</div>
 				<div class="bottom">
@@ -30,10 +30,10 @@
 						</div>
 						<div class="item_bottom center">
 							<div class="item_bottom_left">
-								{{item.dataCount}}
+								{{item.dataCount * 10000}}
 							</div>
 							<div class="item_bottom_right">
-								
+								栋
 							</div>
 						</div>
 					</div>

+ 1 - 1
src/components/StructureType.vue

@@ -74,7 +74,7 @@
 	}
 	
 	.right_one {
-		height: 29%;
+		height: 27%;
     width: 100%;
 		padding-top: 10px;
 		box-sizing: border-box;

+ 1 - 1
src/components/StructureTypeStatistics.vue

@@ -55,7 +55,7 @@
 		align-items: center;
 	}
 	.right_two{
-		height: 30%;
+		height: 32%;
 		padding-top: 10px;
 		box-sizing: border-box;
 		.content {