Browse Source

家庭画像样式优化

V1.0
张若晨 2 years ago
parent
commit
36cbda9558
  1. 2
      src/views/dataBoard/cpts/family/modules/EnjoyService.vue
  2. 2
      src/views/dataBoard/cpts/family/modules/businessTables/community.vue
  3. 2
      src/views/dataBoard/cpts/family/modules/businessTables/complaint.vue
  4. 2
      src/views/dataBoard/cpts/family/modules/businessTables/economize.vue
  5. 2
      src/views/dataBoard/cpts/family/modules/businessTables/give-service.vue
  6. 2
      src/views/dataBoard/cpts/family/modules/businessTables/reporting-events.vue
  7. 2
      src/views/dataBoard/cpts/family/modules/businessTables/resident.vue

2
src/views/dataBoard/cpts/family/modules/EnjoyService.vue

@ -10,7 +10,7 @@
<el-table-column label="调整时间" prop="changeTime" width="190" /> <el-table-column label="调整时间" prop="changeTime" width="190" />
</el-table> </el-table>
<div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 20px"> <div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 120px">
<img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" /> <img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" />
<div style="color: #fff">暂无数据</div> <div style="color: #fff">暂无数据</div>
</div> </div>

2
src/views/dataBoard/cpts/family/modules/businessTables/community.vue

@ -12,7 +12,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 20px"> <div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 120px">
<img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" /> <img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" />
<div style="color: #fff">暂无数据</div> <div style="color: #fff">暂无数据</div>
</div> </div>

2
src/views/dataBoard/cpts/family/modules/businessTables/complaint.vue

@ -13,7 +13,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 20px"> <div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 120px">
<img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" /> <img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" />
<div style="color: #fff">暂无数据</div> <div style="color: #fff">暂无数据</div>
</div> </div>

2
src/views/dataBoard/cpts/family/modules/businessTables/economize.vue

@ -12,7 +12,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 20px"> <div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 120px">
<img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" /> <img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" />
<div style="color: #fff">暂无数据</div> <div style="color: #fff">暂无数据</div>
</div> </div>

2
src/views/dataBoard/cpts/family/modules/businessTables/give-service.vue

@ -12,7 +12,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 20px"> <div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 120px">
<img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" /> <img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" />
<div style="color: #fff">暂无数据</div> <div style="color: #fff">暂无数据</div>
</div> </div>

2
src/views/dataBoard/cpts/family/modules/businessTables/reporting-events.vue

@ -12,7 +12,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 20px"> <div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 120px">
<img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" /> <img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" />
<div style="color: #fff">暂无数据</div> <div style="color: #fff">暂无数据</div>
</div> </div>

2
src/views/dataBoard/cpts/family/modules/businessTables/resident.vue

@ -12,7 +12,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 20px"> <div v-else style="width: 100%; height: 100%; text-align: center; padding-top: 120px">
<img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" /> <img width="268px" height="128px" src="~@/assets/images/overview/zanwu.png" />
<div style="color: #fff">暂无数据</div> <div style="color: #fff">暂无数据</div>
</div> </div>

Loading…
Cancel
Save