我正在开发一个项目,我创建了一个表:5行,3列。我想修复列宽。我怎么能?我尝试:最小但不行。
<screen style="align:fill-left;layout:inlinelayout(true, fill);bg-color: white">
<container style = "min-size: 70 0; align: center; bg-color: red;">
<text >test 1: width 70 </text>
</container>
<container style = "min-size: 120 0; align: center; bg-color: black;">
<text >width 120</text>
</container>
<container style = "min-size: 50 0; align: center; bg-color: blue;">
<text >width 50</text>
</container>