+ :label-width="'80px'">
+ class="resi-cell-select resi-cell-select-middle list_item_width_2">
{
if (res.code !== 0) {
return this.$message.error(res.msg)
@@ -462,7 +462,7 @@ export default {
},
computed: {
tableHeight () {
- return this.$store.state.inIframe ? this.clientHeight - 415 + this.iframeHeight : this.clientHeight - 415
+ return this.$store.state.inIframe ? this.clientHeight - 365 + this.iframeHeight : this.clientHeight - 365
},
@@ -479,6 +479,10 @@ export default {