From 6ff20d9b2de53858d9a0816c9c9ef0bb4ae2b149 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 11 Nov 2025 17:24:16 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4448=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E9=80=81?= =?UTF-8?q?=E7=A4=BC=E2=80=94=E7=A4=BC=E5=8C=85=E5=B7=B2=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=9B=A2=E8=B4=AD=E4=B8=BB=E5=9B=BE=E5=92=8C?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/receiveDone.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg_user/views/gift/receiveDone.vue b/pkg_user/views/gift/receiveDone.vue index 6194b35..5822edc 100644 --- a/pkg_user/views/gift/receiveDone.vue +++ b/pkg_user/views/gift/receiveDone.vue @@ -194,13 +194,14 @@ export default { } .card { display: flex; + align-items: center; background: #fff; - border-radius: 16rpx; + border-radius: 0; overflow: hidden; } .cover { - width: 220rpx; - height: 220rpx; + width: 180rpx; + height: 180rpx; } .info { flex: 1;