From 9f44e607ad3a5bddf0cd213991d8d0f35df8a91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Fri, 25 Nov 2022 18:20:01 +0800 Subject: [PATCH] refactor: improve break words UI --- components/account/AccountHeader.vue | 4 ++-- components/account/AccountInlineInfo.vue | 2 +- components/status/StatusAccountDetails.vue | 7 +++++-- components/status/StatusCard.vue | 4 ++-- components/status/StatusReplyingTo.vue | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index d5c0521b..451009df 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -52,14 +52,14 @@ function getFieldNameIcon(fieldName: string) {
-
+
- +

{{ getAccountHandle(account) }}

diff --git a/components/account/AccountInlineInfo.vue b/components/account/AccountInlineInfo.vue index 1163c613..fe859023 100644 --- a/components/account/AccountInlineInfo.vue +++ b/components/account/AccountInlineInfo.vue @@ -8,7 +8,7 @@ const { link = true } = defineProps<{