mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
Merge pull request #480 from webzard-io/fix/windlike-dev
fix: increase the hidden trait style priority
This commit is contained in:
commit
6418d51d06
@ -27,7 +27,7 @@ export default implementRuntimeTrait({
|
||||
return {
|
||||
props: {
|
||||
customStyle: {
|
||||
content: hidden ? 'display: none' : '',
|
||||
content: hidden ? '&&&& { display: none }' : '',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user