diff --git a/web/src/components/ui/BaihuDialog.vue b/web/src/components/ui/BaihuDialog.vue index be7f268..42d5231 100644 --- a/web/src/components/ui/BaihuDialog.vue +++ b/web/src/components/ui/BaihuDialog.vue @@ -65,8 +65,8 @@ const sizeClasses = { {{ title }} - - {{ description }} + + {{ description }} {{ title || '提示对话框' }} @@ -83,7 +83,7 @@ const sizeClasses = { -
+
diff --git a/web/src/views/loginlogs/tabs/LoginLogTab.vue b/web/src/views/loginlogs/tabs/LoginLogTab.vue index e2be891..aa7d0cf 100644 --- a/web/src/views/loginlogs/tabs/LoginLogTab.vue +++ b/web/src/views/loginlogs/tabs/LoginLogTab.vue @@ -221,7 +221,7 @@ onMounted(loadLogs)
-
+

国家/地区

{{ ipGeoInfo.country }} ({{ ipGeoInfo.country_code }})

@@ -233,21 +233,21 @@ onMounted(loadLogs)
-
- 运营商 - {{ ipGeoInfo.isp || '-' }} +
+ 运营商 + {{ ipGeoInfo.isp || '-' }}
-
- 组织 - {{ ipGeoInfo.organization || '-' }} +
+ 组织 + {{ ipGeoInfo.organization || '-' }}
-
- ASN - {{ ipGeoInfo.asn }} - {{ ipGeoInfo.asn_organization || '-' }} +
+ ASN + {{ ipGeoInfo.asn }} - {{ ipGeoInfo.asn_organization || '-' }}
-
+
地理坐标 {{ ipGeoInfo.latitude }}, {{ ipGeoInfo.longitude }}