Skip to content

Commit 8c1eacc

Browse files
committed
fix: file thumbnail aligment
1 parent 6a93593 commit 8c1eacc

File tree

1 file changed

+1
-1
lines changed
  • packages/components-vue/src/components/input

1 file changed

+1
-1
lines changed

packages/components-vue/src/components/input/File.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class="flx --flxRow --flx-start-center --gap-5"
1616
>
1717
<BaseAction
18-
class="avatar --index --bdr"
18+
class="avatar --index --bdr flx --flx-center"
1919
:tooltip="t('file_delete_files', 1)"
2020
tooltip-position="bottom"
2121
@click.prevent="removeFile(thumb_index)"

0 commit comments

Comments
 (0)