Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题:为什么我的颜色更改在 IE(11) 中的 mgt-login 中不起作用 在 此处输入图像描述
mgt-login { --color: #fff; } <mgt-login></mgt-login>
有任何想法吗?它在其他浏览器中运行良好
编辑:这是我无法更改 css 的所有组件。
不幸的是,IE11 不支持 css 自定义属性:
我们目前正在研究几个 polyfill 选项,如果您想跟踪进度,请随时在存储库上打开一个问题。