From 39290b4edd8e2260c652287dd99593b1b629bd6a Mon Sep 17 00:00:00 2001 From: duorameng <2997944583@qq.com> Date: Wed, 15 Apr 2026 09:31:00 +0800 Subject: [PATCH] chore: update baihu dailog --- web/src/components/ui/BaihuDialog.vue | 30 ++++++++++---------- web/src/views/loginlogs/tabs/LoginLogTab.vue | 13 +++++---- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/web/src/components/ui/BaihuDialog.vue b/web/src/components/ui/BaihuDialog.vue index 42d5231..fa6aa83 100644 --- a/web/src/components/ui/BaihuDialog.vue +++ b/web/src/components/ui/BaihuDialog.vue @@ -5,7 +5,6 @@ import { computed } from 'vue' import { Dialog, DialogContent, - DialogHeader, DialogTitle, DialogDescription, DialogClose @@ -56,26 +55,27 @@ const sizeClasses = { 'transition-all duration-300' ]" > - -
- -
- - - {{ title }} - -
- + +
+ + + + + {{ title }} + + +
+ {{ description }} {{ title || '提示对话框' }} - - - + + 关闭 diff --git a/web/src/views/loginlogs/tabs/LoginLogTab.vue b/web/src/views/loginlogs/tabs/LoginLogTab.vue index aa7d0cf..18ac0c2 100644 --- a/web/src/views/loginlogs/tabs/LoginLogTab.vue +++ b/web/src/views/loginlogs/tabs/LoginLogTab.vue @@ -212,9 +212,9 @@ onMounted(loadLogs)
- +
@@ -241,9 +241,12 @@ onMounted(loadLogs) 组织 {{ ipGeoInfo.organization || '-' }}
-
- ASN - {{ ipGeoInfo.asn }} - {{ ipGeoInfo.asn_organization || '-' }} +
+ ASN +
+
AS{{ ipGeoInfo.asn }}
+
{{ ipGeoInfo.asn_organization || '-' }}
+