我正在开发一个项目并创建了一个表格: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>