对齐 Mvc3 下拉列表值中心

发布于 2024-11-25 13:06:59 字数 362 浏览 1 评论 0原文

我的观点是

 @Html.DropDownListFor(model => model.StateCode, Model.StateList, "Select", new { @style = "text-align : center" })

下拉列表中的所有州缩写都是左对齐的。应该怎样做才能使它们居中对齐?

@Jason Evans 我不认为它是特定于浏览器的,因为我在同一视图中使用了它并且它正在对齐中心。 @Html.TextBoxFor(model => model.City, new { @class = "", @style = "width:140px;text-align:center"})

I have this my view

 @Html.DropDownListFor(model => model.StateCode, Model.StateList, "Select", new { @style = "text-align : center" })

All the state abbreviations in the Drop Down List are aligning left. What should do to align them center?

@Jason Evans I don't think it is browser specific because I used this in the same view and it is aligning center. @Html.TextBoxFor(model => model.City, new { @class = "", @style = "width:140px;text-align:center"})

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烦人精 2024-12-02 13:07:00

看起来此功能可能是特定于浏览器的:

如何确保选择选项文本在 IE 中居中对齐?

It looks like this functionality may be browser specific:

how to make sure select option text align in the center in IE?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文