fix : 单文件和多文件上传样式调整

This commit is contained in:
2024-06-29 12:05:10 +08:00
parent 5d9331c23f
commit 12db4164d0
3 changed files with 53 additions and 44 deletions

View File

@@ -44,10 +44,12 @@ const props = defineProps({
showFileList: {
type: Boolean,
default: false
}, disabled: {
},
disabled: {
type: Boolean,
default: false
}, multiple: {
},
multiple: {
type: Boolean,
default: true
}
@@ -98,7 +100,9 @@ const uploadError = () => {
type: 'error'
})
}
defineExpose({
handleRemove
})
</script>
<style lang="scss" scoped>