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] =?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; }