【问题标题】:How can i change the Material UI Labeltext Color in Angular如何在 Angular 中更改 Material UI Labeltext 颜色
【发布时间】:2021-11-19 11:17:35
【问题描述】:

我正在使用 Mui 库开展我的 Angular 大学项目。我有深色背景的登录表单,我想将我的标签文本字段更改为任何颜色。有没有 One 可以帮帮我?

【问题讨论】:

  • 我在您的 html 中没有看到 update 按钮。你的意思是delete
  • 您的代码没有显示任何带有update 的内容。另见laravel.com/docs/8.x/routing#implicit-binding自动解析模型,而不是通过::find()手动检索

标签: angular material-ui


【解决方案1】:

答案是这样的:

::ng-deep .mat-form-field-label{
  color:red !important;
}

【讨论】:

    猜你喜欢
    • 2020-09-03
    • 2020-07-16
    • 2020-12-26
    • 2019-10-16
    • 2021-12-07
    • 1970-01-01
    • 2019-08-28
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多