mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
style(BasicUpload): center upload icon and text in BasicForm
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
v-if="imgList.length < maxNumber"
|
v-if="imgList.length < maxNumber"
|
||||||
>
|
>
|
||||||
<n-upload
|
<n-upload
|
||||||
|
class="w-auto"
|
||||||
v-bind="$props"
|
v-bind="$props"
|
||||||
:file-list-style="{ display: 'none' }"
|
:file-list-style="{ display: 'none' }"
|
||||||
@before-upload="beforeUpload"
|
@before-upload="beforeUpload"
|
||||||
|
|||||||
Reference in New Issue
Block a user