diff --git a/src/style/themes/cqdg/antd-cqdg-theme.less b/src/style/themes/cqdg/antd-cqdg-theme.less index 283cab43..6c19b9c7 100644 --- a/src/style/themes/cqdg/antd-cqdg-theme.less +++ b/src/style/themes/cqdg/antd-cqdg-theme.less @@ -82,4 +82,6 @@ // TABLE @table-selected-row-bg: @blue-1; -@table-selected-row-hover-bg: @blue-2; \ No newline at end of file +@table-selected-row-hover-bg: @blue-2; +@table-header-sort-bg: @gray-3; +@table-body-sort-bg: @gray-3; \ No newline at end of file