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:
commit
0aa238b653
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user