17 lines
1.0 KiB
CSS
17 lines
1.0 KiB
CSS
/*
|
|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
查询表头居中
|
|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
*/
|
|
.react-resizable {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/*
|
|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
查询表头自动换行
|
|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
*/
|
|
.react-resizable .ant-table-column-sorterN.text-elli {
|
|
white-space: pre-wrap;
|
|
} |