diff --git a/web/src/components/ui/BaihuDialog.vue b/web/src/components/ui/BaihuDialog.vue index fa6aa83..e64e222 100644 --- a/web/src/components/ui/BaihuDialog.vue +++ b/web/src/components/ui/BaihuDialog.vue @@ -64,13 +64,19 @@ const sizeClasses = { {{ title }} -
- - {{ description }} - - - {{ title || '提示对话框' }} - +
+
+ + {{ description }} + + + {{ title || '提示对话框' }} + +
+ +
+ +
{ @@ -336,6 +347,10 @@ onBeforeUnmount(() => { 备注: {{ env.remark }}
+
+ 创建: + {{ formatDate(env.created_at) }} +
@@ -364,9 +379,12 @@ onBeforeUnmount(() => { -