我在用color picker control provided by jscolor.com{ document.getElementById('risorse-colore').value = hex;输入的值被正确地更改,但是背景保持在以前的颜色,例如,如果我第一次在输入上加载页面,在函数执行之后
我在使用css模块,因为我想让css的作用域到特定的组件,我有Person.js和App.js文件。我只希望Person.js中的按钮有红色的背景色。所以我知道import styles from '.如果我想在不使用类的情况下为Person.js文件中的按钮设置样式,该怎么办?所以我将只在person.module.css中使用按