From af87beebffdba0b91a8ddeabfd1da726648afa7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Tue, 16 Jun 2026 01:56:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=9F=E4=B8=80=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=86=85=E6=96=87=E5=AD=97=E5=B0=BA=E5=AF=B8=E4=B8=BAxs?= =?UTF-8?q?=E6=9B=BF=E6=8D=A211px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 调整微信登录按钮图标颜色格式为小写 2. 统一帖子卡片、文章详情页的文字大小为xs替代11px --- src/components/uh-post-card/uh-post-card.vue | 8 ++++---- src/pages/auth/login.vue | 2 +- src/subpkg-blog/post-detail/post-detail.vue | 18 +++++++++--------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/uh-post-card/uh-post-card.vue b/src/components/uh-post-card/uh-post-card.vue index 71d1496..4ae98d0 100644 --- a/src/components/uh-post-card/uh-post-card.vue +++ b/src/components/uh-post-card/uh-post-card.vue @@ -116,14 +116,14 @@ function handleToPostDetail() { {{ post.status.excerpt }} - + {{ timeFrom(post.spec.publishTime) }} @@ -131,14 +131,14 @@ function handleToPostDetail() { · - + 点赞 {{ post.stats.upvote }} 次 · - + 浏览 {{ post.stats.visit }} 次 diff --git a/src/pages/auth/login.vue b/src/pages/auth/login.vue index 4b597c1..1c6890c 100644 --- a/src/pages/auth/login.vue +++ b/src/pages/auth/login.vue @@ -370,7 +370,7 @@ function handleBack() { class="h-10 w-full flex items-center justify-center gap-x-2 rounded-xl bg-[#07C160] text-sm text-white font-medium" @click="handleWxLogin" > - + 微信一键登录 diff --git a/src/subpkg-blog/post-detail/post-detail.vue b/src/subpkg-blog/post-detail/post-detail.vue index 7bcda14..00f1ac8 100644 --- a/src/subpkg-blog/post-detail/post-detail.vue +++ b/src/subpkg-blog/post-detail/post-detail.vue @@ -208,15 +208,15 @@ function handleScrollContentToTop() { - {{ publishTime }} - · - 浏览 {{ stats.visit }} - · - 评论 {{ stats.comment }} - · - 点赞 {{ stats.upvote }} - · - 字数 {{ formatNumberUnit(htmlContent.length) }} + {{ publishTime }} + · + 浏览 {{ stats.visit }} + · + 评论 {{ stats.comment }} + · + 点赞 {{ stats.upvote }} + · + 字数 {{ formatNumberUnit(htmlContent.length) }}