瀏覽代碼

添加间距

visuddhinanda 3 年之前
父節點
當前提交
6cb8e2b00a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dashboard/src/pages/studio/group/show.tsx

+ 2 - 2
dashboard/src/pages/studio/group/show.tsx

@@ -29,10 +29,10 @@ const Widget = () => {
       }
       }
     >
     >
       <Row>
       <Row>
-        <Col flex="auto">
+        <Col flex="auto" style={{ paddingRight: 10 }}>
           <GroupFile groupId={groupId} />
           <GroupFile groupId={groupId} />
         </Col>
         </Col>
-        <Col flex="400px">
+        <Col flex="380px">
           <GroupMember groupId={groupId} />
           <GroupMember groupId={groupId} />
         </Col>
         </Col>
       </Row>
       </Row>