我对表头使用以下代码,问题是标题未对齐。
<th>
<span class="control-label operation-l">@Html.DisplayNameFor(model => model.ElementAt(0).Url) </span>
</th>
<th>
@Html.Label("User", new { @class = "control-label operation-l" })
</th>
用户文本略高于URL文本,我应该如何移动 网址文字有点过吗?
我尝试使用不起作用的样式样式style="margin-top: 5px"
...
任何想法?
答案 0 :(得分:1)
请使用 style =“line-height:30px” 不要使用margin-top:5px