jeasy-ui的DataGrid對錶格標題和表格主體數據有自己的一組字體大小。如何更改或指定在jeasyui數據網格中的字體大小?
我有3個DataGrids,但我需要有2個DataGrids的默認字體大小,但對於1個DataGrid,我必須指定字體大小顯式。
我該怎麼做?
<table class="easyui-datagrid" data-options="singleSelect:true,fitColumns:true" style="height:180px;" id="alertDescDG">
<thead>
<tr>
<th data-options="field:'label', width:200"></th>
<th data-options="field:'value', width:200"></th>
</tr>
</thead>
</table>
請嘗試它yoursel f併發布您遇到的問題代碼..我們將盡力爲您提供幫助 – 2013-04-04 07:38:33