1、别忘记加 htmlAttributes
@Html.EditorFor(model => model.Quantity, new { htmlAttributes = new { @class = "form-control", @style = "width:50px;" } })
2023-08-20 16:48:28
1、别忘记加 htmlAttributes
@Html.EditorFor(model => model.Quantity, new { htmlAttributes = new { @class = "form-control", @style = "width:50px;" } })