Merge pull request #265 from NogiRuka/style/center-upload-icon-and-text-in-basicForm

style(BasicUpload): center upload icon and text in BasicForm
This commit is contained in:
Ah jung
2023-10-25 19:31:11 +08:00
committed by GitHub

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"