添加四楼配置
This commit is contained in:
parent
6777444b02
commit
5ac428a84b
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue