refactor: 调整通用组件与列表项

This commit is contained in:
alger
2026-02-04 20:15:54 +08:00
parent b06459f10d
commit 6b5382e37a
8 changed files with 380 additions and 542 deletions
@@ -14,11 +14,7 @@
<div
v-if="show"
class="relative z-10 w-full bg-white dark:bg-[#1c1c1e] shadow-2xl overflow-hidden flex flex-col max-h-[85vh]"
:class="[
isMobile
? 'rounded-t-[20px] pb-safe'
: 'md:max-w-[720px] md:rounded-2xl'
]"
:class="[isMobile ? 'rounded-t-[20px] pb-safe' : 'md:max-w-[720px] md:rounded-2xl']"
@click.stop
>
<!-- Header -->