Angular Mat-form-field占位符颜色

时间:2020-01-16 11:56:06

标签: angular placeholder mat-form-field

我有一个在GradientTape中有输入的表格。它包含占位符,但我不知道如何设置占位符文本颜色。

当我之前未集中输入时,占位符颜色为灰色:

enter image description here

当输入聚焦时,它会变成紫色:

enter image description here

当输入失去焦点时,它会变成红色:

enter image description here

我的要求是换成紫色。我已经尝试过以下解决方案: https://css-tricks.com/almanac/selectors/p/placeholder/ 但这对我不起作用。

有什么主意吗?

已更新:

这是检查的输入:

mat-form-field

谢谢!

1 个答案:

答案 0 :(得分:0)

df = pd.DataFrame({'Construction Type': [1,2],'Panel Type': [5,9]}) writer = pd.ExcelWriter('pandas_simple.xlsx', engine='xlsxwriter') df.to_excel(writer, sheet_name='Sheet1', startrow = 1, index=False) workbook = writer.book worksheet = writer.sheets['Sheet1'] text = 'Panel Schedule - Manufacturing' worksheet.write(0, 0, text) writer.save() 文件中,放置以下样式

style.scss

请注意,这将覆盖所有地方的Angular Material默认样式。 如果您只想在组件内部应用此功能,请将以下内容粘贴到.mat-input-placeholder { color: red; /* Any color */ } 文件中

your.component.scss