From a662321c1bed5c64c8b9f61cbe55b08c46a052c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Sat, 21 Dec 2019 00:20:44 +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 --- public/react/src/modules/tpm/jupyter/index.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/react/src/modules/tpm/jupyter/index.scss b/public/react/src/modules/tpm/jupyter/index.scss index 3fd1a197a..7a237259e 100644 --- a/public/react/src/modules/tpm/jupyter/index.scss +++ b/public/react/src/modules/tpm/jupyter/index.scss @@ -122,6 +122,7 @@ .ant-drawer-wrapper-body{ padding-top: 60px; background: #070F1A; + padding-bottom: 40px; } .ant-pagination{ @@ -133,6 +134,7 @@ .newjupyter_data_sets_area{ background:#070F1A !important; .jupyter_h2_title { + padding-left: 20px; height:49px; line-height: 49px; background: #070F1A !important; @@ -147,6 +149,7 @@ } .jupyter_pagination{ border-top: 1px solid #070F1A !important; + padding-left: 50px; } .jupyter_name{ @@ -186,4 +189,8 @@ line-height: 50px !important; color:#fff !important; font-size: 17px !important; } +} + +.jupyter_data_list{ + padding-left: 20px; } \ No newline at end of file