From 19e7e349112e996209695cca8129992f224fba5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 12 Sep 2019 01:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E5=8D=A1=E6=95=B0=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../react/src/modules/paths/PathDetail/PathDetailIndex.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js index 86c3f68a9..c8cece9fd 100644 --- a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js +++ b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js @@ -362,6 +362,9 @@ class PathDetailIndex extends Component{ .head-right{ line-height: 30px; } + .padding40-20-30{ + padding:40px 20px 30px; + } ` } @@ -457,7 +460,7 @@ class PathDetailIndex extends Component{ } { this.props.checkIfLogin()===false?"":progress === undefined ? "" : progress === null ? "" : -
+

关卡数 @@ -468,7 +471,8 @@ class PathDetailIndex extends Component{ 已学 {progress.learned}% 学习耗时{this.timeStamp(progress.time)}

-
+
+ 注: “我的进展”以已发布的实训详情关卡数为准。
}