feat: 优化 system

This commit is contained in:
xingyu4j
2025-06-24 17:35:43 +08:00
parent 9821f134fc
commit 34730ab1a0
22 changed files with 483 additions and 275 deletions

View File

@@ -11,7 +11,6 @@ const [Description, descApi] = useDescription({
componentProps: {
bordered: true,
column: 1,
size: 'middle',
class: 'mx-4',
},
schema: useDetailSchema(),
@@ -40,6 +39,7 @@ const [Modal, modalApi] = useVbenModal({
<template>
<Modal
title="消息详情"
class="w-1/3"
:show-cancel-button="false"
:show-confirm-button="false"
>