程序需求,必填字段高亮提示。

为输入文本框添加一个高亮样式:

高亮必填字段

 

input.ng-invalid {
    background-color: rgb(255,255,51);
}
input.ng-invalid-required {
    background-color: rgb(255,255,51);
}
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2021-06-12
  • 2021-07-18
  • 2021-11-22
猜你喜欢
  • 2022-02-12
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2021-07-18
  • 2021-11-22
  • 2022-01-26
相关资源
相似解决方案