Merge branch 'feature/lishaohua' of https://git.nianxx.cn/duanshuwen/zn-ai

This commit is contained in:
zoujing
2026-01-06 09:57:55 +08:00

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: {} },
})