fix: 修改accept类型 解决无法拖拽上传
This commit is contained in:
parent
949004c67f
commit
f3e455c8d3
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
- `withDefaultPlaceholder`中将`placeholder`修改为computed, 解决后续使用`updateSchema`无法正常更新显示placeholder(响应式问题)
|
- `withDefaultPlaceholder`中将`placeholder`修改为computed, 解决后续使用`updateSchema`无法正常更新显示placeholder(响应式问题)
|
||||||
|
|
||||||
|
- 流程定义 修改accept类型 解决无法拖拽上传
|
||||||
|
|
||||||
**FEATURES**
|
**FEATURES**
|
||||||
|
|
||||||
- 增加`环境变量`打包配置demo -> build:antd:test
|
- 增加`环境变量`打包配置demo -> build:antd:test
|
||||||
|
@ -62,7 +62,7 @@ function handleCancel() {
|
|||||||
:before-upload="() => false"
|
:before-upload="() => false"
|
||||||
:max-count="1"
|
:max-count="1"
|
||||||
:show-upload-list="true"
|
:show-upload-list="true"
|
||||||
accept="text/json"
|
accept="application/json"
|
||||||
>
|
>
|
||||||
<p class="ant-upload-drag-icon flex items-center justify-center">
|
<p class="ant-upload-drag-icon flex items-center justify-center">
|
||||||
<InBoxIcon class="text-primary size-[48px]" />
|
<InBoxIcon class="text-primary size-[48px]" />
|
||||||
|
Loading…
Reference in New Issue
Block a user