feat: 上传图片优化

This commit is contained in:
2026-01-05 18:10:15 +08:00
parent fd6fa2fde5
commit a30cb684c0

View File

@@ -67,7 +67,7 @@ import { ref, defineModel, onMounted, watch } from 'vue';
const model = defineModel({ type: Boolean, default: false })
defineProps({
width: { type: String, default: '500' },
width: { type: String, default: '80%' },
data: { type: Object, default: {} },
})