Commit 43bebf53 authored by chenshouchao's avatar chenshouchao

feat: 表头不换行

parent c95a21b7
......@@ -103,6 +103,7 @@ const MyTable = (props: IMyTableProps) => {
lineHeight: "20px",
color: "rgba(138, 144, 153, 1)",
padding: "12px 16px",
whiteSpace: "nowrap",
},
"&.MuiTableCell-head:nth-of-type(1)": {
paddingRight: hasCheckbox ? "8px" : "16px",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment