easyui-datagrid的行高怎么设置
展开全部
<table id="InvoiceMessage" class="easyui-datagrid" style="width:240px;height:auto;" title="信息" data-options="url:'datagrid_data.json',fitColumns:true,singleSelect:true,showHeader:false">
<thead>
<tr>
<th field="name1" width="80"></th>
<th field="name2" width="150"></th>
</tr>
</thead>
<tbody>
<tr>
<td>起始号:</td>
<td><input type="text" name="qc_invoice_no_begin" id="qc_invoice_no_begin" value=""/></td>
</tr>
<tr>
<td>结束号:</td>
<td><input type="text" name="qc_invoice_no_end" id="qc_invoice_no_end" value=""/></td>
</tr>
<tr>
<td>当前号:</td>
<td><input type="text" name="qc_invoice_no_current" id="qc_invoice_no_current" value=""/></td>
</tr>
</tbody>
</table>
.datagrid-row {
height: 32px;
}
修改这个css,默认25px是太小了点
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询