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.
我用这个动态更新所有聚合物元素中的“--accent-color”:
Polymer.updateStyles({'--accent-color': 'red'});
在 Shadow DOM 下工作正常,但在 Shady DOM 中只是一些元素发生了变化。
有谁知道改变定义的自定义样式属性的方法
< style is="custom-style"> :root { ... } </style>