style:模块样式修改
Showing
3 changed files
with
6 additions
and
5 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <div class="naturalBuilding itemForm"> | 2 | <div class="naturalBuilding itemForm"> |
| 3 | <el-form :model="naturalForm" :rules="rules" ref="formList" label-width="115px" :key="key"> | 3 | <el-form :model="naturalForm" :rules="rules" ref="formList" label-width="115px" :key="key"> |
| 4 | <div v-for="(item, index) in naturalForm.naturalList" :key="index" class="naturalBuilding-item"> | 4 | <div v-for="(item, index) in naturalForm.naturalList" :key="index" class="naturalBuilding-item"> |
| 5 | <p class="naturalBuilding-name">自然幢{{ index + 1 }}</p> | 5 | <p class="naturalBuilding-name obligee-item-name">自然幢{{ index + 1 }}</p> |
| 6 | <div class="naturalBuilding-list"> | 6 | <div class="naturalBuilding-list"> |
| 7 | <el-row> | 7 | <el-row> |
| 8 | <el-col :span="8"> | 8 | <el-col :span="8"> |
| ... | @@ -330,7 +330,7 @@ export default { | ... | @@ -330,7 +330,7 @@ export default { |
| 330 | default: "", | 330 | default: "", |
| 331 | }, | 331 | }, |
| 332 | }, | 332 | }, |
| 333 | data() { | 333 | data () { |
| 334 | return { | 334 | return { |
| 335 | naturalForm: { | 335 | naturalForm: { |
| 336 | naturalList: [ | 336 | naturalList: [ |
| ... | @@ -366,7 +366,7 @@ export default { | ... | @@ -366,7 +366,7 @@ export default { |
| 366 | }; | 366 | }; |
| 367 | }, | 367 | }, |
| 368 | methods: { | 368 | methods: { |
| 369 | async featchData() { | 369 | async featchData () { |
| 370 | try { | 370 | try { |
| 371 | let { result: res } = await kttFwZrz.getKttFwZrzById(this.bsmSjsb); | 371 | let { result: res } = await kttFwZrz.getKttFwZrzById(this.bsmSjsb); |
| 372 | this.naturalForm.naturalList = res; | 372 | this.naturalForm.naturalList = res; |
| ... | @@ -375,7 +375,7 @@ export default { | ... | @@ -375,7 +375,7 @@ export default { |
| 375 | this.$refs.msg.messageShow(); | 375 | this.$refs.msg.messageShow(); |
| 376 | } | 376 | } |
| 377 | }, | 377 | }, |
| 378 | handleUpdateForm() { | 378 | handleUpdateForm () { |
| 379 | return new Promise(async (resolve) => { | 379 | return new Promise(async (resolve) => { |
| 380 | try { | 380 | try { |
| 381 | let res = await kttFwZrz.updateKttFwZrz(this.naturalForm.naturalList); | 381 | let res = await kttFwZrz.updateKttFwZrz(this.naturalForm.naturalList); | ... | ... |
| ... | @@ -375,6 +375,7 @@ export default { | ... | @@ -375,6 +375,7 @@ export default { |
| 375 | padding-right: 1px; | 375 | padding-right: 1px; |
| 376 | margin-bottom: 10px; | 376 | margin-bottom: 10px; |
| 377 | border-top: none; | 377 | border-top: none; |
| 378 | height: 45vh; | ||
| 378 | } | 379 | } |
| 379 | 380 | ||
| 380 | /deep/.editDialogBox { | 381 | /deep/.editDialogBox { | ... | ... |
-
Please register or sign in to post a comment