diff --git a/src/App.vue b/src/App.vue index c2915f963..8ed69a1f8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -115,6 +115,13 @@ export default { } } +.el-dialog__title { + font-size: 17px !important; + font-family: Source Han Serif CN !important; + font-weight: 600 !important; + color: #0043c8 !important; +} + .tox-dialog__disable-scroll { .tox-tinymce-aux { z-index: 130000000; diff --git a/src/assets/scss/modules/management/detail-main.scss b/src/assets/scss/modules/management/detail-main.scss index 94afc3554..ffadb7051 100644 --- a/src/assets/scss/modules/management/detail-main.scss +++ b/src/assets/scss/modules/management/detail-main.scss @@ -7,7 +7,7 @@ width:100%; padding-left:23px; padding-right:30px; - margin-top:19px; + margin-top:10px; .d-info{ @@ -52,12 +52,41 @@ .d-info-prop-pic{ height:185px; } + + //带图片的行高 + .d-info-prop-map{ + height:360px; + } + .d-map{ + height:216px; + } + +//图片带按钮(目前只有房屋管理用到) + .content-pic { + display: flex; + justify-content: space-between; + padding: 11px 23px; + align-items: center; + } + + .pic-btn { + width: 75px; + height: 25px; + background: linear-gradient(0deg, #32adab 0%, #2ad0cc 100%); + border-radius: 3px; + font-size: 14px; + font-family: Source Han Serif CN; + font-weight: 500; + color: #ffffff; + line-height: 23px; + text-align: center; + } } } .d-img{ height:140px; - width:117px; + // width:117px; } //旧版 diff --git a/src/views/modules/base/community/buildDetail copy.vue b/src/views/modules/base/community/buildDetail copy.vue new file mode 100644 index 000000000..5fcec1356 --- /dev/null +++ b/src/views/modules/base/community/buildDetail copy.vue @@ -0,0 +1,271 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/base/community/buildDetail.vue b/src/views/modules/base/community/buildDetail.vue index 5fcec1356..9b011b0dc 100644 --- a/src/views/modules/base/community/buildDetail.vue +++ b/src/views/modules/base/community/buildDetail.vue @@ -3,65 +3,108 @@
-
-
- 所属小区: - {{ agencyObj.agencyName }}—{{ agencyObj.gridName }}—{{ agencyObj.label }} + class="d-row"> +
+
+
所属小区:
+ +
+
{{ agencyObj.agencyName }}—{{ agencyObj.gridName }}—{{ agencyObj.label }}
+
-
- 楼栋名称: - {{ dataForm.buildingName?dataForm.buildingName:'--' }} +
+
楼栋名称:
+ +
+
{{ dataForm.buildingName||'--' }}
+
-
- 楼栋编码: - {{ dataForm.coding?dataForm.coding:'--'}} +
+
楼栋编码:
+ +
+
{{ dataForm.coding||'--' }}
+
-
- 楼栋类型: - {{ dataForm.typeName?dataForm.typeName:'--'}} +
+
楼栋类型:
+ +
+
{{ dataForm.typeName ||'--'}}
+
-
- 单元数: - {{dataForm.totalUnitNum?dataForm.totalUnitNum:0 }} +
+
单元数:
+ +
+
{{dataForm.totalUnitNum?dataForm.totalUnitNum:0 }}
+
-
- 层数: - {{dataForm.totalFloorNum?dataForm.totalFloorNum:0 }} +
+
层数:
+ +
+
{{dataForm.totalFloorNum?dataForm.totalFloorNum:0 }}
+
-
- 总户数: - {{dataForm.totalHouseNum?dataForm.totalHouseNum:0 }} +
+
总户数:
+ +
+
{{dataForm.totalHouseNum?dataForm.totalHouseNum:0 }}
+
-
- 人口数: - {{dataForm.realPerson?dataForm.realPerson:0 }} +
+
人口数:
+ +
+
{{dataForm.realPerson?dataForm.realPerson:0 }}
+
-
- 楼长姓名: - {{ dataForm.buildingLeaderName?dataForm.buildingLeaderName:'--' }} +
+
楼长姓名:
+ +
+
{{ dataForm.buildingLeaderName||'--' }}
+
-
- 楼长电话: - {{ dataForm.buildingLeaderMobile?dataForm.buildingLeaderMobile:'--' }} +
+
楼长电话:
+ +
+
{{ dataForm.buildingLeaderMobile||'--' }}
+
-
- 详细地址: - {{ dataForm.coordinatePosition?dataForm.coordinatePosition:'--' }} +
+
详细地址:
+ +
+
{{ dataForm.coordinatePosition||'--' }}
+
-
- 地图位置: + + +
+
地图位置:
+
+
+
+
+
@@ -70,6 +113,7 @@
关 闭
diff --git a/src/views/modules/base/community/communityDetail.vue b/src/views/modules/base/community/communityDetail.vue index 9eb8d5efa..2e96e9aef 100644 --- a/src/views/modules/base/community/communityDetail.vue +++ b/src/views/modules/base/community/communityDetail.vue @@ -67,12 +67,12 @@
-
- 地图位置: -
- -
- +
+
地图位置:
+
+
+
+
@@ -277,26 +277,6 @@ export default { diff --git a/src/views/modules/base/community/roomDetail copy.vue b/src/views/modules/base/community/roomDetail copy.vue new file mode 100644 index 000000000..f1b066107 --- /dev/null +++ b/src/views/modules/base/community/roomDetail copy.vue @@ -0,0 +1,303 @@ + + + + diff --git a/src/views/modules/base/community/roomDetail.vue b/src/views/modules/base/community/roomDetail.vue index f1b066107..ea57f22ed 100644 --- a/src/views/modules/base/community/roomDetail.vue +++ b/src/views/modules/base/community/roomDetail.vue @@ -1,70 +1,115 @@