From 12d7d093e913bacfe513b600421e045e6fb92223 Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Wed, 4 Feb 2026 16:21:31 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E5=92=8C=E5=AE=A2=E6=88=B7=E5=8D=A1=E7=89=87=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/article-list.vue | 4 ++++ pages/home/customer-archive.vue | 21 ++------------------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/pages/home/article-list.vue b/pages/home/article-list.vue index 79e85d7..8ee522a 100644 --- a/pages/home/article-list.vue +++ b/pages/home/article-list.vue @@ -68,6 +68,8 @@ watch(articleIds, n => { margin: 0 30rpx; margin-top: 24rpx; padding-bottom: 40rpx; + width: calc(100% - 60rpx); + box-sizing: border-box; } .arrow-icon { @@ -91,6 +93,8 @@ watch(articleIds, n => { min-height: 188rpx; padding: 20rpx; align-items: flex-start; + width: 100%; + box-sizing: border-box; } .article-card:active { diff --git a/pages/home/customer-archive.vue b/pages/home/customer-archive.vue index 6323910..ce1696b 100644 --- a/pages/home/customer-archive.vue +++ b/pages/home/customer-archive.vue @@ -24,20 +24,10 @@ {{ i.relationship }} - {{ i.name }} - - - - {{ i.age > 0 ? i.age + '岁' : '' }} - - @@ -203,7 +193,7 @@ watch(() => props.corpId, n => { .customer-card { width: 160rpx; - height: 160rpx; + height: 110rpx; display: flex; align-items: center; justify-content: center; @@ -219,9 +209,6 @@ watch(() => props.corpId, n => { border: 2rpx solid #065BD6; } -.customer-name { - margin-top: 12rpx; -} .relationship-tag { position: absolute; @@ -307,10 +294,6 @@ watch(() => props.corpId, n => { margin-bottom: 12rpx; } -.sex-icon { - width: 32rpx; - height: 32rpx; -} .info-card-new { position: relative;