jeasy-ui の DataGrid には、テーブル ヘッダーとテーブル ボディ データ用の独自のフォント サイズ セットがあります。
私は 3 つの DataGrids を持っていますが、2 つの DataGrids にはデフォルトの font-size が必要ですが、1 つの DataGrids には font-size を明示的に指定する必要があります。
これどうやってするの?
<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>