一、別忘記加 htmlAttributes html
@Html.EditorFor(model => model.Quantity, new { htmlAttributes = new { @class = "form-control", @style = "width:50px;" } })orm