mvc @html.editorfor 样式

 @Html.editorfor(c => c.REC_END, new { style = "width:300px" }) 样式无效,因为此标签达不到效果。

 

改成 @Html.TextBoxFor (c => c.REC_END, new { style = "width:300px" })  即可

posted on 2018-11-07 15:55  MrA  阅读(247)  评论(0)    收藏  举报

导航