项目使用 Element-UI,Nginx开启 CSP 移除 “unsafe-inline”,会报错

Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". Either the'unsafe-inline'keyword,a hash('sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='),or a nonce ('nonce-...') is required to enable inline execution.
是不是 Element-UI 无法启用 CSP 策略,还是有什么打补丁的方法?