|
@@ -123,7 +123,7 @@ export default {
|
|
|
{ text: '消防喷淋系统示意图', dataType: 'img', typecode: '2015', count: '无', hide: true, class: 'img-cell' },
|
|
|
{ text: '消防窗喷系统示意图', dataType: 'img', typecode: '2016', count: '无', hide: true, class: 'img-cell' },
|
|
|
{ text: '消火栓系统示意图', dataType: 'img', typecode: '2017', count: '无', hide: true, class: 'img-cell' },
|
|
|
- { text: '消防泵房引出管路分布图', dataType: 'fbt', categoryId: 'XFBFYCFL' },
|
|
|
+ { text: '消防泵房引出管路分布图', dataType: 'fbt', categoryId: 'XFBFYCFL', class: 'margin-top' },
|
|
|
{ text: '机房平面布置图', dataType: 'room' },
|
|
|
{ text: '楼层分布+附加数据', dataType: 'floor' },
|
|
|
{ text: '主要设备清单', dataType: 'mainEquipment' },
|
|
@@ -136,7 +136,7 @@ export default {
|
|
|
{ text: '', dataType: '', count: '', arrow: 'none', class: 'more-img-cell-border' }, // 1px边框
|
|
|
{ text: '门禁管理系统原理图', dataType: 'img', typecode: '2019', count: '无', hide: true, class: 'img-cell' },
|
|
|
{ text: 'BA楼宇智能化系统原理图', dataType: 'img', typecode: '2020', count: '无', hide: true, class: 'img-cell' },
|
|
|
- { text: '机房平面布置图', dataType: 'room' },
|
|
|
+ { text: '机房平面布置图', dataType: 'room', class: 'margin-top' },
|
|
|
{ text: '楼层分布+附加数据', dataType: 'floor' },
|
|
|
{ text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
@@ -148,7 +148,7 @@ export default {
|
|
|
{ text: '', dataType: '', count: '', arrow: 'none', class: 'more-img-cell-border' }, // 1px边框
|
|
|
{ text: '给水系统原理示意图', dataType: 'img', typecode: '2021', count: '无', hide: true, class: 'img-cell' },
|
|
|
{ text: '排水系统原理示意图', dataType: 'img', typecode: '2022', count: '无', hide: true, class: 'img-cell' },
|
|
|
- { text: '机房平面布置图', dataType: 'room' },
|
|
|
+ { text: '机房平面布置图', dataType: 'room', class: 'margin-top' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
{ text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
{ text: '', dataType: '', count: '', arrow: 'none', class: 'more-img-cell-border' }, // 1px边框
|
|
|
{ text: '扶梯原理图', dataType: 'img', typecode: '2023', count: '无', hide: true, class: 'img-cell' },
|
|
|
{ text: '直梯原理图', dataType: 'img', typecode: '2024', count: '无', hide: true, class: 'img-cell' },
|
|
|
- { text: '楼层分布', dataType: 'floor' },
|
|
|
+ { text: '楼层分布', dataType: 'floor', class: 'margin-top' },
|
|
|
{ text: '主要设备清单', dataType: 'mainEquipment' },
|
|
|
{ text: '重要维修及重要维保', dataType: 'wxwb' },
|
|
|
{ text: '其他事项', dataType: 'otherMatter' },
|
|
@@ -734,7 +734,9 @@ export default {
|
|
|
.more-img-cell {
|
|
|
margin-bottom: 0 !important;
|
|
|
}
|
|
|
+ // 1px下边框
|
|
|
.more-img-cell-border {
|
|
|
+ display: none;
|
|
|
height: 1px;
|
|
|
overflow: hidden;
|
|
|
width: calc(100% - 20px);
|
|
@@ -755,6 +757,10 @@ export default {
|
|
|
.img-cell:not(:last-child) {
|
|
|
margin-bottom: 0 !important;
|
|
|
}
|
|
|
+
|
|
|
+ .margin-top {
|
|
|
+ margin-top: 4px !important;
|
|
|
+ }
|
|
|
.dyg {
|
|
|
/deep/ .van-cell__value {
|
|
|
width: 0;
|