mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-03-25 21:20:38 +08:00
Merge pull request #419 from webzard-io/feat/windlike-patch
feat: increasing the customStyle's priority
This commit is contained in:
commit
6a26e1a4e3
@ -30,7 +30,7 @@ export default implementRuntimeTrait({
|
||||
customStyle[styleSlot] = '';
|
||||
}
|
||||
// add a ';' between css texts, in case user forgets to add ';' in the end
|
||||
customStyle[styleSlot] = `${customStyle[styleSlot]};${style}`;
|
||||
customStyle[styleSlot] = `&&& {${customStyle[styleSlot]};${style}}`;
|
||||
});
|
||||
return {
|
||||
props: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user