私はプロジェクトを開発していて、テーブルを作成しました: 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>