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} : "" } -
+