Skip to content

Commit 65fca1b

Browse files
committed
fix(collapse): adjust the padding style within the mobile-first component to optimize the visual effect
1 parent d5cec34 commit 65fca1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/collapse-item/src/mobile-first.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
:aria-labelledby="`tiny-collapse-head-${state.id}`"
6666
:id="`tiny-collapse-content-${state.id}`"
6767
>
68-
<div class="pb-6 pt-0 px-4 sm:pt-0 sm:pr-0 sm:pl-4 sm:pb-4 text-xs text-color-text-primary leading-relaxed">
68+
<div class="pb-3 pt-0 px-4 sm:pt-0 sm:pr-0 sm:pl-4 sm:pb-4 text-xs text-color-text-primary leading-relaxed">
6969
<slot></slot>
7070
</div>
7171
</div>

0 commit comments

Comments
 (0)