Skip to content

Commit 3481f30

Browse files
authored
fix(upload): add the "relative" style to the root node of "upload" (#3409)
1 parent d9135bb commit 3481f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/upload/src/mobile-first.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default defineComponent({
112112
data-tag="tiny-upload"
113113
class={[
114114
!displayOnly && listType === 'text'
115-
? `flex mt-4 mb-2 ${isBubbleMode ? 'sm:my-0' : !isShowTitle ? 'sm:mt-0' : 'sm:my-3'}`
115+
? `flex mt-4 relative mb-2 ${isBubbleMode ? 'sm:my-0' : !isShowTitle ? 'sm:mt-0' : 'sm:my-3'}`
116116
: 'h-full',
117117
showFileList ? 'sm:mb-3' : 'sm:mb-0'
118118
]}>

0 commit comments

Comments
 (0)