瀏覽代碼

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

sw 1 月之前
父節點
當前提交
2ad94794bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>