修改弹窗宽度

This commit is contained in:
wsm
2026-05-25 16:35:43 +08:00
parent da347d212b
commit c369ab9a24
@@ -16,7 +16,7 @@
const { createMessage } = useMessage();
const title = ref<string>('');
const width = ref<number>(1350);
const width = ref<number>(1400);
const visible = ref<boolean>(false);
const disableSubmit = ref<boolean>(false);
const registerForm = ref();