This commit is contained in:
Taric Xin
2022-05-07 13:38:45 +08:00
34 changed files with 1529 additions and 1011 deletions

View File

@ -116,6 +116,10 @@
// .text-truncate {
// white-space: normal;
// }
// 强制头部居中
.ant-table-container table>thead>tr>.options {
text-align: center !important;
}
}
}