diff --git a/public/react/public/css/edu-all.css b/public/react/public/css/edu-all.css
index 061cee521..306913b1f 100644
--- a/public/react/public/css/edu-all.css
+++ b/public/react/public/css/edu-all.css
@@ -386,7 +386,7 @@ label.infolabel{display: block;float: left;width: 56px;text-align: right;margin-
.task-item{margin-top: 30px;padding-bottom: 30px;border-bottom: 1px solid #eee}
.task-item:last-child{border-bottom: none;}
.challengeNav a.active{color: #4CACFF;}
-.recomments{margin-bottom: 30px;padding-bottom:30px;margin-top: 30px;border-bottom: 1px solid #eee}
+.recomments{ margin-bottom: 20px;}
.recomments:first-child{margin-top: 0px;}
.recomments:last-child{margin-bottom: 0px;border:none;padding-bottom: 0px;}
.url-input{border: none;padding: 0px;font-size: 12px;color:#999;outline: none}
@@ -3496,4 +3496,9 @@ a.singlepublishtwo{
.RightPaneDrawer .jupyter_data_list{
max-height: 340px;
-}
\ No newline at end of file
+}
+
+.ant-btn-primary{
+ text-shadow: none !important;
+ box-shadow: none !important;
+}
diff --git a/public/react/src/modules/tpm/component/TPMRightSection.js b/public/react/src/modules/tpm/component/TPMRightSection.js
index 70bec797a..c9cf23282 100644
--- a/public/react/src/modules/tpm/component/TPMRightSection.js
+++ b/public/react/src/modules/tpm/component/TPMRightSection.js
@@ -67,6 +67,18 @@ class TPMRightSection extends Component {
return (
+
{
TPMRightSectionData === undefined ? "" :
@@ -180,7 +192,8 @@ class TPMRightSection extends Component {
-
+
+
@@ -232,7 +245,7 @@ class TPMRightSection extends Component {
return (
-
+
@@ -240,9 +253,10 @@ class TPMRightSection extends Component {
className="color-grey-6 task-hide mb12 recomment-name">{item.name}
- {item.stu_num} 人学习
+ {item.stu_num} 人学习
+ {item.level}
-
{item.level}
+
)
diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js
index d84817fe8..5f559e317 100644
--- a/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js
+++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js
@@ -498,7 +498,18 @@ class Challenges extends Component {
}
-
+
{this.state.isopentitletype==="Less"?"":this.state.opentitletype===true?
this.opentitle()} className={"pointer Breadcrumbfont color-grey-9 "}>
阅读全文
:
this.opentitle()} className={"pointer Breadcrumbfont color-grey-9 "}>
@@ -508,7 +519,7 @@ class Challenges extends Component {
-
+
全部任务
{/*
-
+
{this.state.isopentitletype==="Less"?"":this.state.opentitletype===true?
this.opentitle()} className={"pointer Breadcrumbfont color-grey-9 "}>
阅读全文
:
this.opentitle()} className={"pointer Breadcrumbfont color-grey-9 "}>
diff --git a/public/react/src/modules/tpm/shixunchild/shixunchildCss/Challenges.css b/public/react/src/modules/tpm/shixunchild/shixunchildCss/Challenges.css
index 652f77201..abfafc46a 100644
--- a/public/react/src/modules/tpm/shixunchild/shixunchildCss/Challenges.css
+++ b/public/react/src/modules/tpm/shixunchild/shixunchildCss/Challenges.css
@@ -258,4 +258,8 @@
.Countdownfonttpm .ant-statistic-content-value{
font-size: 14px;
+}
+
+.boreee{
+ border-bottom: 1px solid #F4F4F4;
}
\ No newline at end of file
diff --git a/public/stylesheets/educoder/edu-all.css b/public/stylesheets/educoder/edu-all.css
index b596b6c15..d620d16d8 100644
--- a/public/stylesheets/educoder/edu-all.css
+++ b/public/stylesheets/educoder/edu-all.css
@@ -390,7 +390,7 @@ label.infolabel{display: block;float: left;width: 56px;text-align: right;margin-
.task-item{margin-top: 30px;padding-bottom: 30px;border-bottom: 1px solid #eee}
.task-item:last-child{border-bottom: none;}
.challengeNav a.active{color: #4CACFF;}
-.recomments{margin-bottom: 30px;padding-bottom:30px;margin-top: 30px;border-bottom: 1px solid #eee}
+.recomments{ margin-bottom: 20px;}
.recomments:first-child{margin-top: 0px;}
.recomments:last-child{margin-bottom: 0px;border:none;padding-bottom: 0px;}
.url-input{border: none;padding: 0px;font-size: 12px;color:#999;outline: none}
@@ -3816,4 +3816,9 @@ a.singlepublishtwo{
.RightPaneDrawer .jupyter_data_list{
max-height: 340px;
- }
\ No newline at end of file
+ }
+
+.ant-btn-primary{
+ text-shadow: none !important;
+ box-shadow: none !important;
+}