1、别忘记加 htmlAttributes
@Html.EditorFor(model => model.Quantity, new { htmlAttributes = new { @class = "form-control", @style = "50px;" } })