From 447ff3ce208b0fe8455ac93399b3b2dacb5172db Mon Sep 17 00:00:00 2001 From: pa Date: Sat, 1 Nov 2025 15:08:02 +0900 Subject: [PATCH] adjust friend location style --- src/components/Location.vue | 6 +- src/views/FriendLocation/FriendLocation.vue | 59 +++++++++++-------- .../components/FriendLocationCard.vue | 2 +- 3 files changed, 41 insertions(+), 26 deletions(-) diff --git a/src/components/Location.vue b/src/components/Location.vue index fc53af2e..4c07a426 100644 --- a/src/components/Location.vue +++ b/src/components/Location.vue @@ -4,13 +4,15 @@ + @click.stop="handleShowWorldDialog"> {{ text }} - ({{ groupName }}) + ({{ groupName }}) diff --git a/src/views/FriendLocation/FriendLocation.vue b/src/views/FriendLocation/FriendLocation.vue index 25354e2b..1c5e0f43 100644 --- a/src/views/FriendLocation/FriendLocation.vue +++ b/src/views/FriendLocation/FriendLocation.vue @@ -1,11 +1,7 @@