使用2个style的方式不够优雅,可以使用下面方式做样式穿透

.normal-field /deep/ .el-form-item {
  margin-bottom: 0px;
}
.normal-field /deep/ .el-form-item__label {
  color: #939393;
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-04-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-12-14
  • 2021-10-10
  • 2021-08-25
  • 2022-12-23
相关资源
相似解决方案