From a0712d1aa95358253447575c02404cbf35d5dcc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Wed, 10 Dec 2025 16:28:42 +0800 Subject: [PATCH] fix: bug --- src/pages/sparring/tip.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/sparring/tip.vue b/src/pages/sparring/tip.vue index 4519904b..a735184f 100644 --- a/src/pages/sparring/tip.vue +++ b/src/pages/sparring/tip.vue @@ -69,6 +69,7 @@ {{ detailInfo.sceneDesc }} + 陪练角色不具备主动终止场景陪练的功能,当用户完成预设陪练目标时,需由用户手动发起结束陪练操作。 -请点击下方按钮开始{{ detailInfo.traInterTypDesc }} @@ -889,7 +890,13 @@ text-align: center; } } - + .talking-desc{ + // padding-top: 24rpx; + padding: 24rpx 20rpx 0; + font-size: 24rpx; + // text-align: center; + color: #999; + } .talking-box { padding-top: 24rpx; .tip-text{