From 1c8a75132d252ae46319e96a527bb96c1e6f7672 Mon Sep 17 00:00:00 2001 From: engigu Date: Fri, 17 Apr 2026 21:58:55 +0800 Subject: [PATCH] chore: mobile font -- task page --- web/src/components/ui/BaihuDialog.vue | 20 ++-- web/src/views/environments/Environments.vue | 24 +++- web/src/views/notify/components/PushLog.vue | 126 ++++++++++---------- 3 files changed, 98 insertions(+), 72 deletions(-) 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(() => { -