兼容 ios 样式

This commit is contained in:
icssoa
2025-09-03 19:03:39 +08:00
parent 0f2eea7b03
commit 7791c47483
18 changed files with 168 additions and 139 deletions

View File

@@ -30,7 +30,7 @@
v-for="(item, index) in config.list"
:key="index"
:hover-class="`${isDark ? '!bg-surface-900' : '!bg-surface-50'}`"
:hover-stay-time="100"
:hover-stay-time="250"
@tap="onItemTap(item)"
>
<slot name="item" :item="item">