From 6ac54750fd4866006bdfbc488952601a6b2e6c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 27 Dec 2019 19:16:21 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/courses/coursesDetail/CoursesBanner.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/public/react/src/modules/courses/coursesDetail/CoursesBanner.js b/public/react/src/modules/courses/coursesDetail/CoursesBanner.js index 7e1870895..acea19428 100644 --- a/public/react/src/modules/courses/coursesDetail/CoursesBanner.js +++ b/public/react/src/modules/courses/coursesDetail/CoursesBanner.js @@ -722,12 +722,13 @@ class CoursesBanner extends Component { color: rgba(255,255,255,0.3) !important; } .ant-tooltip-inner{ - background: #FFFFFF !important; - opacity: 0.2 !important; + background:#99CCFF !important; } .ant-tooltip-arrow::before{ - background: #FFFFFF !important; - opacity: 0.2 !important; + background:#99CCFF !important; + } + .antsoancss{ + color: #fff !important; } `} @@ -736,7 +737,10 @@ class CoursesBanner extends Component { 0?true:false} placement="topLeft" - title={
{coursedata.teacher_applies_count===undefined?"":coursedata.teacher_applies_count>0?您有{coursedata.teacher_applies_count}条新的加入申请this.setHistoryFun("/courses/"+this.props.match.params.coursesId+"/teachers?tab=2")}>
+																		 title={
+																			 {coursedata.teacher_applies_count===undefined?"":coursedata.teacher_applies_count>0?
+																				 您有{coursedata.teacher_applies_count}条新的加入申请
+																					 this.setHistoryFun("/courses/"+this.props.match.params.coursesId+"/teachers?tab=2")}>
 																			 

From c13f5c5a0391acb67454a1618fec70b43c3de643 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Fri, 27 Dec 2019 19:17:28 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/react/src/modules/courses/coursesDetail/CoursesBanner.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/react/src/modules/courses/coursesDetail/CoursesBanner.js b/public/react/src/modules/courses/coursesDetail/CoursesBanner.js
index acea19428..03d0816a3 100644
--- a/public/react/src/modules/courses/coursesDetail/CoursesBanner.js
+++ b/public/react/src/modules/courses/coursesDetail/CoursesBanner.js
@@ -728,7 +728,7 @@ class CoursesBanner extends Component {
 														background:#99CCFF !important;
 														}
 														.antsoancss{
-														color: #fff !important;
+														color: #fff;
 														}
 													`}
 												

From fba6f5067bb49ac35d1d564404601f7b4ffc5ae7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Fri, 27 Dec 2019 19:23:05 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../modules/tpm/shixunchild/Challenges/Challengesjupyter.js   | 4 ++--
 .../src/modules/tpm/shixunchild/shixunchildCss/Challenges.css | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js
index 25495010e..f7cc90654 100644
--- a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js
+++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js
@@ -688,10 +688,10 @@ class Challengesjupyter extends Component {
 											this.state.jupyter_url===null || this.state.jupyter_url===undefined?
 												(
 													booljupyterurls===false?
-														
+
- :
+ :
) : diff --git a/public/react/src/modules/tpm/shixunchild/shixunchildCss/Challenges.css b/public/react/src/modules/tpm/shixunchild/shixunchildCss/Challenges.css index f4f68cdba..d2bba2f84 100644 --- a/public/react/src/modules/tpm/shixunchild/shixunchildCss/Challenges.css +++ b/public/react/src/modules/tpm/shixunchild/shixunchildCss/Challenges.css @@ -214,6 +214,10 @@ right: 0px; } +.fangdatwoswidth{ + border-top: 1px solid #eeee; +} + .jupyterswidth{ width: 1140px; }