From ca5ae82f9e7ce67b374d7649e7bd27dd219ed25b Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 01 三月 2025 14:38:00 +0800 Subject: [PATCH] pagination更换成flex布局 --- src/components/FileUpload/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index 4e294ac..2ad850b 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -47,17 +47,17 @@ // 鏁伴噺闄愬埗 limit: { type: Number, - default: 5, + default: 5 }, // 澶у皬闄愬埗(MB) fileSize: { type: Number, - default: 5, + default: 5 }, // 鏂囦欢绫诲瀷, 渚嬪['png', 'jpg', 'jpeg'] fileType: { type: Array, - default: () => ["doc", "xls", "ppt", "txt", "pdf"], + default: () => ["doc", "docx", "xls", "xlsx", "ppt", "pptx", "txt", "pdf"] }, // 鏄惁鏄剧ず鎻愮ず isShowTip: { -- Gitblit v1.9.3