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{