diff --git a/packages/grid/AppBuildMap/toolBar/communityOverview.vue b/packages/grid/AppBuildMap/toolBar/communityOverview.vue index b4a92afe..06003c14 100644 --- a/packages/grid/AppBuildMap/toolBar/communityOverview.vue +++ b/packages/grid/AppBuildMap/toolBar/communityOverview.vue @@ -5,8 +5,8 @@
- {{ name}}栋 -
{{ j+1 }}单元
+ {{ name }}栋 +
{{ j + 1 }}单元
@@ -22,7 +22,7 @@ export default { buildingUnits() { let obj = {} this.units.map(e => { - for(let i=0;i .communityOverview { max-width: 400px; + max-height: 700px; + overflow-y: auto; .units { display: flex; @@ -68,7 +70,7 @@ export default { display: flex; align-items: center; height: auto; - flex-wrap: wrap; + flex-wrap: wrap; .unit { margin-right: 10px; diff --git a/packages/grid/AppHouseMap/toolBar/communityOverview.vue b/packages/grid/AppHouseMap/toolBar/communityOverview.vue index b4a92afe..06003c14 100644 --- a/packages/grid/AppHouseMap/toolBar/communityOverview.vue +++ b/packages/grid/AppHouseMap/toolBar/communityOverview.vue @@ -5,8 +5,8 @@
- {{ name}}栋 -
{{ j+1 }}单元
+ {{ name }}栋 +
{{ j + 1 }}单元
@@ -22,7 +22,7 @@ export default { buildingUnits() { let obj = {} this.units.map(e => { - for(let i=0;i .communityOverview { max-width: 400px; + max-height: 700px; + overflow-y: auto; .units { display: flex; @@ -68,7 +70,7 @@ export default { display: flex; align-items: center; height: auto; - flex-wrap: wrap; + flex-wrap: wrap; .unit { margin-right: 10px; diff --git a/project/sass/apps/AppHouseMap/toolBar/communityOverview.vue b/project/sass/apps/AppHouseMap/toolBar/communityOverview.vue index b4a92afe..06003c14 100644 --- a/project/sass/apps/AppHouseMap/toolBar/communityOverview.vue +++ b/project/sass/apps/AppHouseMap/toolBar/communityOverview.vue @@ -5,8 +5,8 @@
- {{ name}}栋 -
{{ j+1 }}单元
+ {{ name }}栋 +
{{ j + 1 }}单元
@@ -22,7 +22,7 @@ export default { buildingUnits() { let obj = {} this.units.map(e => { - for(let i=0;i .communityOverview { max-width: 400px; + max-height: 700px; + overflow-y: auto; .units { display: flex; @@ -68,7 +70,7 @@ export default { display: flex; align-items: center; height: auto; - flex-wrap: wrap; + flex-wrap: wrap; .unit { margin-right: 10px;