Browse Source

样式优化

shibei_master
ZhaoTongYao 3 years ago
parent
commit
2c4d4a11db
  1. 5
      src/views/components/resiChangeTransfer.vue
  2. 5
      src/views/components/resiTransfer.vue
  3. 6
      src/views/modules/communityService/dqfwzx/cpts/order.vue
  4. 6
      src/views/modules/communityService/dqfwzx/cpts/orderList.vue
  5. 6
      src/views/modules/communityService/shzz/cpts/edit.vue
  6. 6
      src/views/modules/communityService/sqzzz/cpts/edit.vue
  7. 23
      src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

5
src/views/components/resiChangeTransfer.vue

@ -619,8 +619,3 @@ export default {
margin-left: 10px;
}
</style>
<style>
.el-dialog__body {
padding: 0 10px 20px !important;
}
</style>

5
src/views/components/resiTransfer.vue

@ -492,8 +492,3 @@ export default {
margin-left: 10px;
}
</style>
<style>
.el-dialog__body {
padding: 0 10px 20px !important;
}
</style>

6
src/views/modules/communityService/dqfwzx/cpts/order.vue

@ -430,9 +430,3 @@ export default {
margin-top: 30px;
}
</style>
<style>
.el-dialog__body {
padding: 0 10px 20px !important;
}
</style>

6
src/views/modules/communityService/dqfwzx/cpts/orderList.vue

@ -198,9 +198,3 @@ export default {
margin-top: 30px;
}
</style>
<style>
.el-dialog__body {
padding: 0 10px 20px !important;
}
</style>

6
src/views/modules/communityService/shzz/cpts/edit.vue

@ -505,9 +505,3 @@ export default {
margin-top: 30px;
}
</style>
<style>
.el-dialog__body {
padding: 0 10px 20px !important;
}
</style>

6
src/views/modules/communityService/sqzzz/cpts/edit.vue

@ -532,9 +532,3 @@ export default {
}
}
</style>
<style>
.el-dialog__body {
padding: 0 10px 20px !important;
}
</style>

23
src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

@ -1,9 +1,9 @@
<template>
<el-dialog :visible.sync="visible" :title="dataForm.flag === '1' ? '查看' : '审核'" :close-on-click-modal="false" :close-on-press-escape="false">
<el-dialog class="rent" :visible.sync="visible" :title="dataForm.flag === '1' ? '查看' : '审核'" :close-on-click-modal="false" :close-on-press-escape="false">
<el-form :inline="true" :model="dataForm" :rules="dataRule" ref="dataForm"
@keyup.enter.native="dataFormSubmitHandle()" label-width="120px" disabled>
@keyup.enter.native="dataFormSubmitHandle()" label-width="140px" disabled>
<div v-if="dataForm.flag === '2'">
<div style="height: 30px;font-weight: bold;">房屋信息</div>
<div style="margin-left: 50px;height: 30px;font-weight: bold;">房屋信息</div>
<el-form-item label="所属社区" prop="gridName">
<el-input v-model="dataForm.gridName" placeholder="网格"></el-input>
</el-form-item>
@ -19,7 +19,7 @@
</el-form-item>
<br/>
<div style="height: 30px;font-weight: bold;">居住成员信息</div>
<div style="margin-left: 50px;height: 30px;font-weight: bold;">居住成员信息</div>
<el-table v-loading="dataListLoading" :data="dataForm.tenantList" border style="width: 100%">
<el-table-column label="序号" header-align="center" align="center" width="50px">
<template slot-scope="scope">
@ -41,8 +41,8 @@
<br/>
</div>
<div style="height: 30px;font-weight: bold;">合同信息</div>
<div style="height: 30px;">出租人信息</div>
<div style="margin-left: 50px;height: 30px;font-weight: bold;">合同信息</div>
<div style="margin-left: 50px;height: 30px;">出租人信息</div>
<el-form-item label="出租人姓名" prop="lessorName">
<el-input v-model="dataForm.lessorName" placeholder="出租人姓名"></el-input>
</el-form-item>
@ -55,7 +55,7 @@
</el-form-item>
<br/>
<div style="height: 30px;">承租人信息</div>
<div style="margin-left: 50px;height: 30px;">承租人信息</div>
<el-form-item label="承租人姓名" prop="lesseeName">
<el-input v-model="dataForm.lesseeName" placeholder="承租人姓名"></el-input>
</el-form-item>
@ -68,7 +68,7 @@
</el-form-item>
<br/>
<div style="height: 30px;font-weight: bold;">合同内容</div>
<div style="margin-left: 50px;height: 30px;font-weight: bold;">合同内容</div>
<el-form-item label="签署日期" prop="signDate">
<el-input v-model="dataForm.signDate" placeholder="签署日期"></el-input>
</el-form-item>
@ -279,3 +279,10 @@ export default {
text-align: center;
}
</style>
<style lang="scss">
.rent {
.el-form--inline .el-form-item__content {
width: 280px;
}
}
</style>

Loading…
Cancel
Save