style(layout): 修复绝对定位类名缺少重要修饰符的问题
This commit is contained in:
parent
86b420ce67
commit
424c5b23b4
|
|
@ -7,7 +7,7 @@
|
||||||
:font="font"
|
:font="font"
|
||||||
:z-index="9999"
|
:z-index="9999"
|
||||||
:gap="[180, 150]"
|
:gap="[180, 150]"
|
||||||
class="absolute inset-0 pointer-events-none"
|
class="!absolute !inset-0 !pointer-events-none"
|
||||||
:content="userStore.userInfo.nickName"
|
:content="userStore.userInfo.nickName"
|
||||||
/>
|
/>
|
||||||
<gva-header />
|
<gva-header />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue