mvc前端样式自定义

1、别忘记加 htmlAttributes 

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

原文地址:https://www.cnblogs.com/tongdengquan/p/6090455.html