fix(task): fix height
This commit is contained in:
@@ -405,6 +405,7 @@ export default function OwnTaskTableContainer(props: {
|
||||
/>
|
||||
<SettingDataTable<Task.DataProps>
|
||||
width="100%"
|
||||
minHeight={0}
|
||||
style={{ width: "100%", flex: 1 }}
|
||||
pinFirstColumn
|
||||
pinLastColumn
|
||||
|
||||
@@ -1014,6 +1014,7 @@ export default function TaskTableContainer(props: {
|
||||
/>
|
||||
<SettingDataTable<Task.DataProps>
|
||||
width="100%"
|
||||
minHeight={0}
|
||||
style={{ width: "100%", flex: 1 }}
|
||||
pinFirstColumn
|
||||
pinLastColumn
|
||||
|
||||
Reference in New Issue
Block a user