表头中的文本未对齐

时间:2014-07-01 09:29:43

标签: html css

我对表头使用以下代码,问题是标题未对齐。

<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" ... 任何想法?

1 个答案:

答案 0 :(得分:1)

请使用 style =“line-height:30px” 不要使用margin-top:5px