Skip to content

Commit 424c5b2

Browse files
author
piexlMax(奇淼
committed
style(layout): 修复绝对定位类名缺少重要修饰符的问题
1 parent 86b420c commit 424c5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/layout/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:font="font"
88
:z-index="9999"
99
:gap="[180, 150]"
10-
class="absolute inset-0 pointer-events-none"
10+
class="!absolute !inset-0 !pointer-events-none"
1111
:content="userStore.userInfo.nickName"
1212
/>
1313
<gva-header />

0 commit comments

Comments
 (0)