From 006f58471d1cad933647de8b2bebab43b79b6cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Fri, 19 Dec 2025 09:34:25 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5F=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/sparring/tip.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/pages/sparring/tip.vue b/src/pages/sparring/tip.vue index 38c5191a..aa9dee44 100644 --- a/src/pages/sparring/tip.vue +++ b/src/pages/sparring/tip.vue @@ -736,7 +736,7 @@ onBackPress(res => { } .role-title { - height: 154rpx; + min-height: 154rpx; position: relative; padding-left: 180rpx; @@ -753,10 +753,13 @@ onBackPress(res => { &-info { position: relative; - height: 100%; + min-height: 154rpx; box-sizing: border-box; - padding-top: 34rpx; - + // padding-top: 34rpx; + padding: 16rpx 0; + display: flex; + flex-direction: column; + justify-content: space-evenly; .role-name { width: 100%; @@ -774,6 +777,7 @@ onBackPress(res => { .card-title-name { margin-right: 20rpx; line-height: 44rpx; + max-width: 300rpx; } .card-title-age {