Skip to content

Commit fc1ab1f

Browse files
authored
fix: [file-upload] 根据metaerp需求调整图标位置 (#3278)
1 parent 9148902 commit fc1ab1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export default defineComponent({
348348
<span class="ml-2">{t('ui.fileUpload.uploadFile')}</span>
349349
</div>
350350
</tiny-button>
351-
<icon-plus-circle custom-class="sm:hidden w-5 h-5" />
351+
<icon-plus-circle custom-class="sm:hidden w-5 h-5 absolute top-0.5 right-5" />
352352
</div>
353353
)
354354
} else if (listType === 'drag-single') {

0 commit comments

Comments
 (0)