1、增加样式

@Html.EditorFor(model => model.AssociationName, new { @class="inputtext input-220"})

上面没效,改为如下:

 @Html.TextBoxFor(model => model.AssociationName, new { @class="inputtext input-220"})

 

 

相关文章:

  • 2021-07-28
  • 2022-01-20
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-08-07
  • 2021-07-07
猜你喜欢
  • 2022-01-15
  • 2021-05-02
  • 2021-11-20
  • 2021-12-14
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案