Merge branch '@hera/dev' of ssh://git.daoyoucloud.com:13004/daoyoucloud/tachycode into @hera/dev

This commit is contained in:
sealday 2024-03-21 20:39:17 +08:00
commit 8041ef5b6f

View File

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