Browse Source

style(ContentAreaLarge): set child elements height to 100%, affecting bodyposition list

sw 8 hours ago
parent
commit
2ad94794bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/exam/ContentAreaLarge.tsx

+ 1 - 1
src/pages/exam/ContentAreaLarge.tsx

@@ -80,7 +80,7 @@ const ContentAreaLarge = () => {
   return (
     <Row>
       <Col span={16}>
-        <Row gutter={16}>
+        <Row gutter={16} className="h-full">
           <Col span={6} className="flex flex-col">
             <BodyPositionList layout="vertical"></BodyPositionList>
           </Col>