浏览代码

add minHeight on the table

iynewz 3 年之前
父节点
当前提交
133d1cec42
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/src/components/grid/Table.tsx

+ 1 - 0
client/src/components/grid/Table.tsx

@@ -46,6 +46,7 @@ const useStyles = makeStyles(theme => ({
   },
   table: {
     minWidth: 750,
+    minHeight: 57,
   },
   tableCell: {
     background: theme.palette.common.white,