This commit is contained in:
parent
e6c3e563a8
commit
3578d3fb4a
@ -110,7 +110,7 @@
|
|||||||
<div class="absolute right-4 bottom-4 z-10">
|
<div class="absolute right-4 bottom-4 z-10">
|
||||||
<div @click="toggle(item.id)" class="h-[30px] w-[200px]">
|
<div @click="toggle(item.id)" class="h-[30px] w-[200px]">
|
||||||
<div
|
<div
|
||||||
class="flex items-center justify-end gap-[10px] rounded-full bg-black/40 px-3 py-1 text-xl backdrop-blur-sm transition-all hover:bg-black/60"
|
class="hidden cursor-pointer items-center justify-end gap-[10px] rounded-full bg-black/40 px-3 py-1 text-xl backdrop-blur-sm transition-all hover:bg-black/60 md:flex"
|
||||||
>
|
>
|
||||||
<span class="tracking-tight">点击收起</span>
|
<span class="tracking-tight">点击收起</span>
|
||||||
<ArrowIcon class="size-[12px] rotate-180 md:size-[22px]" />
|
<ArrowIcon class="size-[12px] rotate-180 md:size-[22px]" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user