diff --git a/src/main/resources/static/assets/home/css/index4.css b/src/main/resources/static/assets/home/css/index4.css index d79b27c..d1cf88c 100644 --- a/src/main/resources/static/assets/home/css/index4.css +++ b/src/main/resources/static/assets/home/css/index4.css @@ -135,7 +135,7 @@ body { background-color: rgba(255, 255, 255, .2); } -.cell_box span { +.top_box span { /* display: flex; */ position: absolute; top: 50%; diff --git a/src/main/resources/static/default.html b/src/main/resources/static/default.html index de6025e..17e9919 100644 --- a/src/main/resources/static/default.html +++ b/src/main/resources/static/default.html @@ -45,13 +45,11 @@
-
稀土路街道
- {{ xiTupersonCount }} @@ -64,13 +62,11 @@
-
民馨路街道
- {{ mingXinpersonCount }} @@ -83,13 +79,11 @@
-
万水泉镇
- {{ wanShuiQuanpersonCount }} @@ -133,7 +127,7 @@
-
+
@@ -145,7 +139,7 @@
-
+
@@ -187,8 +181,22 @@
+ +
+
+
+ +

房屋类型

+
+
+
+
+
+
+ + -
+ + + + + - {{ house.houseNum }} + +
+ {{ house.houseNum }} +
+ + + + +
+
+ - {{ unit.unit }} 单元 + {{ unit.unit }} 单元 @@ -103,9 +138,9 @@
- -

网格员

-
+ +

网格员

+
@@ -128,7 +163,6 @@
-
@@ -323,6 +357,7 @@ dataType: 'JSON', headers: self.headers, success: function(data) { + console.log(data) self.buildingData = data.data; } });