|
@@ -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>
|