1、别忘记加 htmlAttributes
@Html.EditorFor(model => model.Quantity, new { htmlAttributes = new { @class = "form-control", @style = "width:50px;" } })
1、别忘记加 htmlAttributes
@Html.EditorFor(model => model.Quantity, new { htmlAttributes = new { @class = "form-control", @style = "width:50px;" } })
转载于:https://www.cnblogs.com/tongdengquan/p/6090455.html