From 9ad11f4297cbf486616524e792b31d1be72d7da9 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 2 Apr 2024 23:29:28 +0800 Subject: [PATCH] :bug: Fix some style issue --- .../chat/renderer/MessageAttachment.vue | 6 +++--- src/components/posts/PostAttachment.vue | 6 +++--- src/views/explore.vue | 6 +++--- src/views/realms/page.vue | 21 ++++++++++++++++--- src/views/users/page.vue | 8 +++---- 5 files changed, 31 insertions(+), 16 deletions(-) diff --git a/src/components/chat/renderer/MessageAttachment.vue b/src/components/chat/renderer/MessageAttachment.vue index e24c787..494cc0e 100644 --- a/src/components/chat/renderer/MessageAttachment.vue +++ b/src/components/chat/renderer/MessageAttachment.vue @@ -23,13 +23,13 @@ -
+

{{ getFileName(item) }}

- +
-
+

{{ getFileName(item) }}

Download diff --git a/src/components/posts/PostAttachment.vue b/src/components/posts/PostAttachment.vue index ce217e7..b5310ed 100644 --- a/src/components/posts/PostAttachment.vue +++ b/src/components/posts/PostAttachment.vue @@ -22,13 +22,13 @@ -
+

{{ getFileName(item) }}

- +
-
+

{{ getFileName(item) }}

Download diff --git a/src/views/explore.vue b/src/views/explore.vue index 1a8d9ec..3399e1a 100644 --- a/src/views/explore.vue +++ b/src/views/explore.vue @@ -1,10 +1,10 @@