fix: 修改表格表头居中

This commit is contained in:
wjh 2024-03-21 20:25:43 +08:00
parent 59d2af69c3
commit 2b405fbf1a

View File

@ -574,6 +574,11 @@ export const Table: any = observer(
height: 100%;
display: flex;
flex-direction: column;
.ant-table-thead {
.ant-table-cell {
text-align: center;
}
}
}
}
}