feat:notice 接入富文本

This commit is contained in:
YunaiV
2025-04-19 09:30:30 +08:00
parent bd3b95f447
commit 04903db551
2 changed files with 2 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<Modal :title="getTitle">
<Modal :title="getTitle" class="w-1/2">
<Form class="mx-4" />
</Modal>
</template>