1. 程式人生 > >jeecg給t標籤新增類名和樣式

jeecg給t標籤新增類名和樣式

1.新增類名
<t:dictSelect field="tsource" id="tsource" type="select" typeGroupCode="tsource" hasLabel="false" title="任務來源" defaultVal="1" extendJson="{class:'custom-select w145'}"></t:dictSelect>

2.新增樣式

<t:dictSelect field="tsource" id="tsource" type="select" typeGroupCode="tsource" hasLabel="false" title="任務來源" defaultVal="1" extendJson="{style:width:'200px'}"></t:dictSelect>