TextAreaFor和EditorFor边框的阴影不同

时间:2019-08-05 19:13:55

标签: asp.net-mvc

如何使TextAreaFor和EditorFor的边框看起来相同。一个比另一个更暗。

enter image description here

    @Html.TextAreaFor(model => model.New, 4, 50, new { htmlAttributes = new { @class = "form-control" } })

    @Html.EditorFor(model => model.Company, new { htmlAttributes = new { @class = "form-control" } })

1 个答案:

答案 0 :(得分:0)

SetupAPI

编译器可以吃一些参数进行编辑。 您的实验将解决此问题。