From 58f1e7f131a7bee8b9b5a80710557613a7dfb57f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= <1431128779@qq.com>
Date: Tue, 22 Oct 2024 16:30:30 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E7=AB=A0?=
=?UTF-8?q?=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pagesA/article-detail/article-detail.vue | 2285 +++++++++++-----------
1 file changed, 1152 insertions(+), 1133 deletions(-)
diff --git a/pagesA/article-detail/article-detail.vue b/pagesA/article-detail/article-detail.vue
index 535d28c..ef39a85 100644
--- a/pagesA/article-detail/article-detail.vue
+++ b/pagesA/article-detail/article-detail.vue
@@ -1,1213 +1,1232 @@
-
-
-
-
-
-
-
-
-
- {{ result.spec.title }}
-
-
- 作者:{{ result.owner.displayName }}
-
- 时间:{{ {d: result.spec.publishTime, f: 'yyyy年MM月dd日 星期w'} | formatTime }}
-
-
+
+
+
+
+
+
+
+
+
+ {{ result.spec.title }}
+
+
+ 作者:{{ result.owner.displayName }}
+
+ 时间:{{ {d: result.spec.publishTime, f: 'yyyy年MM月dd日 星期w'} | formatTime }}
+
+
-
-
-
-
-
- {{ result.stats.visit }}
- 阅读
-
-
- {{ result.stats.upvote }}
- 喜欢
-
-
- {{ result.stats.comment }}
- 评论
-
-
- {{ result.content.raw.length }}
- 字数
-
-
-
-
-
-
-
- 分类:
- 未选择分类
-
-
- {{ item.spec.displayName }}
-
-
-
-
- 标签:
- 未选择标签
-
-
- {{ item.spec.displayName }}
-
-
-
-
- 原文:
-
- {{ originalURL }}
-
- 阅读原文
-
-
-
-
-
-
-
-
-
-
-
-
- 以下内容已隐藏,请验证后查看完整内容……
-
-
-
- 文章部分内容已加密点击解锁
-
-
-
-
-
+
+
+
+
+
+ {{ result.stats.visit }}
+ 阅读
+
+
+ {{ result.stats.upvote }}
+ 喜欢
+
+
+ {{ result.stats.comment }}
+ 评论
+
+
+ {{ result.content.raw.length }}
+ 字数
+
+
+
+
+
+
+
+ 分类:
+ 未选择分类
+
+
+ {{ item.spec.displayName }}
+
+
+
+
+ 标签:
+ 未选择标签
+
+
+ {{ item.spec.displayName }}
+
+
+
+
+ 原文:
+
+ {{ originalURL }}
+
+ 阅读原文
+
+
+
+
+
+
+
+
+
+
+
+
+ 以下内容已隐藏,请验证后查看完整内容……
+
+
+
+ 文章部分内容已加密点击解锁
+
+
+
+
+
-
-
- 版权声明
-
-
- 版权归属:{{ postDetailConfig.copyrightAuthor }}
-
-
- 版权说明:{{ postDetailConfig.copyrightDesc }}
-
-
- 侵权处理:{{ postDetailConfig.copyrightViolation }}
-
-
-
+
+
+ 版权声明
+
+
+ 版权归属:{{ postDetailConfig.copyrightAuthor }}
+
+
+ 版权说明:{{ postDetailConfig.copyrightDesc }}
+
+
+ 侵权处理:{{ postDetailConfig.copyrightViolation }}
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
- 评论详情
-
-
+
+
+
+
+ 评论详情
+
+
-
-
-
-
- 加载中,请稍等...
-
-
-
-
- 刷新试试
-
-
-
-
-
-
-
-
+
+
+
+
+ 加载中,请稍等...
+
+
+
+
+ 刷新试试
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
- 海报正在生成...
-
-
-
-
-
- 保存到相册
-
-
- 分享给好友
-
-
- 关 闭
-
-
-
-
-
+
+
+
+
+
+ 海报正在生成...
+
+
+
+
+
+ 保存到相册
+
+
+ 分享给好友
+
+
+ 关 闭
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+ &__btn {
+ flex-grow: 1;
+ flex-shrink: 0;
+ display: block;
+ text-align: right;
+ }
+ }
+ }
+
\ No newline at end of file