fix: 产品标准-上传组件可拖宽
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
@submit="handleSubmit"
|
||||
>
|
||||
</ProcessFooter>
|
||||
<el-dialog width='400px' :visible.sync="fileMadel" title="上传文件">
|
||||
<el-dialog width='400px' :visible.sync="fileMadel" title="上传文件" v-dragDialogWidth :close-on-click-modal="false">
|
||||
<upload-file v-if="fileMadel" :fileList="fileList"
|
||||
:action="fileUrl"
|
||||
:limit="8"
|
||||
|
||||
Reference in New Issue
Block a user