Skip to content

Commit 3ccd861

Browse files
committed
fix: 修复新闻详情页,顶部语言栏被覆盖的问题
1 parent ae8e2c9 commit 3ccd861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/components/Header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const languageList = reactive([
2121
<span>|</span>
2222
<section class="flex flex-col">
2323
<div
24-
class="relative overflow-hidden hover:overflow-visible h-[calc(1em+10px)] *:cursor-pointer"
24+
class="relative overflow-hidden hover:overflow-visible h-[calc(1em+10px)] *:cursor-pointer z-[2]"
2525
>
2626
<span>网站语言</span>
2727
<ul class="bg-primary pt-[7px]">

0 commit comments

Comments
 (0)