添加四楼配置

This commit is contained in:
ljx 2024-09-20 14:33:34 +08:00
parent 6777444b02
commit 5ac428a84b
1 changed files with 9 additions and 0 deletions

View File

@ -388,6 +388,15 @@ export default {
height:'50%', height:'50%',
width:['100%','0%', '0%'], width:['100%','0%', '0%'],
} }
}else if(Aid == 'A4'){
this.row1Style={
height:'50%',
width:['100%','0%','0%'],
};
this.row2Style={
height:'50%',
width:['100%','0%', '0%'],
}
} }
this.createdData(Aid) this.createdData(Aid)
let that = this; let that = this;