From 660d8ffe51b2a75ebc1476982581e92fb6deedfa Mon Sep 17 00:00:00 2001 From: smallclover <18363998103@163.com> Date: Wed, 8 Oct 2025 21:31:36 +0900 Subject: [PATCH] =?UTF-8?q?https://github.com/nagisa77/OpenIsle/issues/843?= =?UTF-8?q?=20=E5=AF=B9=E9=BD=90=E6=96=B9=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue index 0b4b69de6..e49c0d387 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -537,16 +537,22 @@ watch([selectedCategory, selectedTags], ([newCategory, newTags]) => { .article-comments, .header-item.comments { width: 5%; + justify-content: flex-end; + text-align: right; } .article-views, .header-item.views { width: 5%; + justify-content: flex-end; + text-align: right; } .article-time, .header-item.activity { width: 10%; + justify-content: flex-end; + text-align: left; } .article-item-title {