From 6ea1b2a936ce6fd6cb58e1bd4e382938aff4af57 Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Wed, 19 Feb 2020 15:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E8=AE=AD=E4=BD=9C=E4=B8=9A=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shixunHomework/ShixunhomeWorkItem.js | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js b/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js index c8639e6eb..f27cd9d49 100644 --- a/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js +++ b/public/react/src/modules/courses/shixunHomework/ShixunhomeWorkItem.js @@ -277,7 +277,7 @@ class ShixunhomeWorkItem extends Component{ /*list style*/ .boardsList { display: flex; - align-items: center; + align-items: flex-start; padding-top: 8px; padding-bottom: 10px; @@ -297,12 +297,12 @@ class ShixunhomeWorkItem extends Component{ `} {this.props.isAdmin? - {checkBox} + {checkBox} : "" } -
+