-1
我試圖在列表單元格內更改hflex
,但hflex
並未考慮。如何更改列表框中的hflex zk
<listcell>
<listbox model="@load(each.taches)">
<template name="model" var="item">
<listitem visible="@load(not empty each.taches)">
<listcell hflex="2">
<progressmeter style="span.z-progressmeter-image" value="@load(item.progres)" width="110px"
height="16px">
</progressmeter>
</listcell>
<listcell hflex="min" style="text-align:center;">
<label width="45px" sclass="badge bg-primary" value="@load(c:cat(item.progres,'%'))"/>
</listcell>
你必須向我們展示您的代碼之前,我們可以幫助您。 – Dragondraikk