From 97bb3b2ee6fef3c6999a2f2f3f50d2365275a566 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Sun, 4 Jan 2026 10:15:49 +0800 Subject: [PATCH] =?UTF-8?q?Fix:4778=20=E3=80=90=E5=95=86=E5=9F=8E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E3=80=91=E4=BA=A7=E5=93=81=E6=95=85=E4=BA=8B?= =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E6=89=8B=E6=9C=BA=E5=AD=97=E4=BD=93=E5=8D=95?= =?UTF-8?q?=E7=8B=AC=E8=B0=83=E6=95=B4=EF=BC=8C=E5=AD=97=E4=BD=93=E5=8A=A0?= =?UTF-8?q?=E5=A4=A72=E4=B8=AA=E5=AD=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/components/CoverPicker.vue | 6 +++--- pkg_user/views/gift/components/GiftCard.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 9a033fb..7118bbf 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -199,10 +199,10 @@ export default { .good-story{ position: absolute; color: #fff; - height: 160px; + height: 320rpx; writing-mode: vertical-rl; color: #ffefd2; - font-size: 12px; - line-height: 16px; + font-size: 24rpx; + line-height: 36rpx; } diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 90ca7a9..72271e2 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -456,10 +456,10 @@ export default { .good-story{ position: absolute; color: #fff; - height: 160px; + height: 320rpx; writing-mode: vertical-rl; color: #ffefd2; - font-size: 12px; - line-height: 16px; + font-size: 24rpx; + line-height: 36rpx; }