Merge pull request #480 from webzard-io/fix/windlike-dev

fix: increase the hidden trait style priority
This commit is contained in:
tanbowensg 2022-06-24 10:31:47 +08:00 committed by GitHub
commit 6418d51d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export default implementRuntimeTrait({
return {
props: {
customStyle: {
content: hidden ? 'display: none' : '',
content: hidden ? '&&&& { display: none }' : '',
},
},
};