fix: 修改表格表头居中
This commit is contained in:
parent
59d2af69c3
commit
2b405fbf1a
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user