From 4b6a0d76483d9bfb28db7b0f463c50509298d42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Wed, 18 Sep 2019 16:29:53 +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 --- .../react/src/modules/courses/coursesPublic/NewShixunModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js index 72b709a8e..bae89a7ba 100644 --- a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js +++ b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js @@ -344,7 +344,7 @@ class NewShixunModel extends Component{ font-size:24px !important; } .ant-drawer-body { - padding: 24px 24px 24px 0px; + padding:15px 24px 24px 0px; } ` } @@ -428,7 +428,7 @@ class NewShixunModel extends Component{ {shixun_list===undefined?"":shixun_list.length===0?"":shixun_list.map((item,key)=>{ return( -
+