最佳答案
在颜色值的末尾添加!important
。
<style>
.mdc-floating-label{
color: #808080 !important;
}
.mdc-floating-label--float-above{
color: #808080 !important;
}
.mdc-floating-label--shake{
color: #808080 !important;
}
</style>
关于html - MDC:如何设置标签文本的样式?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/55965585/