diff --git a/frontend_nuxt/pages/index.vue b/frontend_nuxt/pages/index.vue index f324116d6..287b6c8ae 100644 --- a/frontend_nuxt/pages/index.vue +++ b/frontend_nuxt/pages/index.vue @@ -550,6 +550,7 @@ const sanitizeDescription = (text) => stripMarkdown(text) } .article-item-description { + max-width: 100%; margin-top: 10px; font-size: 14px; color: gray; diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index bbb6ab8bb..761534799 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -15,21 +15,13 @@
审核中
已拒绝
-
+
{{ isMobile ? '订阅' : '订阅文章' }}
-
+
{{ isMobile ? '退订' : '取消订阅' }} @@ -52,12 +44,8 @@
{{ author.username }} - {{ getMedalTitle(author.displayMedal) }} + {{ + getMedalTitle(author.displayMedal) }}
{{ postTime }}
@@ -68,20 +56,12 @@
{{ author.username }} - {{ getMedalTitle(author.displayMedal) }} + {{ + getMedalTitle(author.displayMedal) }}
{{ postTime }}
-
+