Skip to content

Commit fb240a4

Browse files
committed
fix(drowdown): add tiny-* className to drowdown-menu's wrapper dom
1 parent c77644c commit fb240a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/dropdown-menu/src/mobile-first.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
v-show="state.showPopper"
66
:class="
77
m(
8-
'min-w-[theme(spacing.18)] max-w-[theme(spacing.52)] absoulte bg-color-bg-1',
8+
'min-w-[theme(spacing.18)] max-w-[theme(spacing.52)] absoulte bg-color-bg-1 tiny-dropdown-popper',
99
{ 'py-1.5': state.size === 'medium' },
1010
{ 'py-1.5': state.size === 'small' },
1111
{ 'py-0.75': state.size === 'mini' },

0 commit comments

Comments
 (0)