fix(task): fix height
This commit is contained in:
@@ -195,11 +195,14 @@ const settingDataTableStyles = {
|
||||
},
|
||||
root: {
|
||||
height: "100%",
|
||||
maxWidth: "100%",
|
||||
minWidth: 0,
|
||||
fontSize: "14px",
|
||||
color: "#31373D",
|
||||
borderBottom: "1px solid #E8EDF3",
|
||||
borderRadius: 10,
|
||||
overflow: "hidden",
|
||||
boxSizing: "border-box",
|
||||
backgroundColor: "#FFFFFF",
|
||||
},
|
||||
pagination: {
|
||||
@@ -307,6 +310,7 @@ export const settingTabsStyles = {
|
||||
panel: {
|
||||
flex: 1,
|
||||
minHeight: 0,
|
||||
minWidth: 0,
|
||||
paddingTop: 16,
|
||||
},
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user