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