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 {