<div id="example" class="k-content">
<table id="grid" style="float: left; position: relative">
<thead>
<tr>
<th width ="310px"data-field="FileName">File Name
</th>
<th width ="290px"data-field="ID">File Identifier
</th>
</tr>
</thead>
<tbody>
@foreach (var item in Model)
{
<tr >
<td class="idRank" >
@item.FileName
</td>
<td class="idRank2" >
@item.ID
</td>
</tr>
}
</tbody>
我使用外部 CSS
table#grid.k-focusable td.idRank
{ width:310px;
}
但它不适用并且不能扩大 310 像素,知道吗?还有什么其他css方法可以让我得到应用