style(BasicUpload): center upload icon and text in BasicForm

This commit is contained in:
“乃木流架”
2023-10-21 23:54:14 +09:00
parent 81e8222461
commit 0656035857

View File

@@ -31,6 +31,7 @@
v-if="imgList.length < maxNumber"
>
<n-upload
class="w-auto"
v-bind="$props"
:file-list-style="{ display: 'none' }"
@before-upload="beforeUpload"