fix: 去掉多余的样式

This commit is contained in:
xinxin.wu 2024-04-16 11:21:25 +08:00 committed by Craftsman
parent 95aa98e29c
commit 2aab424c0b
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@
:multiple="props.multiple"
:disabled="props.disabled"
:class="getAllScreenClass"
:style="{
width: props.isAllScreen ? `calc(100% - 0px)` : '',
}"
@change="handleChange"
@before-upload="beforeUpload"
@exceed-limit="() => Message.warning(t('ms.upload.overLimit', { limit: props.limit }))"