Merge pull request 'fix: 修改表格表头居中' (#462) from fix_tableHeader into @hera/dev

Reviewed-on: daoyoucloud/tachycode#462
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
This commit is contained in:
sealday 2024-03-21 20:39:02 +08:00
commit 0aa238b653

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;
}
}
}
}
}