diff --git a/apps/web-naive/src/components/upload/file-upload.vue b/apps/web-naive/src/components/upload/file-upload.vue
index b1556de49..c16f48c7c 100644
--- a/apps/web-naive/src/components/upload/file-upload.vue
+++ b/apps/web-naive/src/components/upload/file-upload.vue
@@ -318,9 +318,9 @@ function handleChange() {
class="mt-2 flex flex-wrap items-center text-sm text-gray-600"
>
请上传不超过
-
{{ maxSize }}MB
+ {{ maxSize }}MB
的
- {{ accept.join('/') }}
+ {{ accept.join('/') }}
格式文件
diff --git a/apps/web-naive/src/components/upload/image-upload.vue b/apps/web-naive/src/components/upload/image-upload.vue
index 8e6dd7343..fb38c9dab 100644
--- a/apps/web-naive/src/components/upload/image-upload.vue
+++ b/apps/web-naive/src/components/upload/image-upload.vue
@@ -314,9 +314,9 @@ function handleChange() {
class="mt-2 flex flex-wrap items-center text-sm text-gray-600"
>
请上传不超过
- {{ maxSize }}MB
+ {{ maxSize }}MB
的
- {{ accept.join('/') }}
+ {{ accept.join('/') }}
格式文件