diff --git a/查询表头优化.css b/查询表头优化.css
index 348d360..ec01eb8 100644
--- a/查询表头优化.css
+++ b/查询表头优化.css
@@ -12,6 +12,10 @@
 查询表头自动换行
 -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 */
+.react-resizable .ant-table-column-sorter.text-elli {
+    white-space: pre-wrap;
+}
+
 .react-resizable .ant-table-column-sorterN.text-elli {
     white-space: pre-wrap;
 }
\ No newline at end of file