修复黑暗模式sort列背景白色问题

This commit is contained in:
jianzhichu
2026-01-30 22:01:11 +08:00
parent a3e6af672e
commit 77f227a6c5
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1572,4 +1572,8 @@ onMounted(() => {
:deep(.ant-table-column-title[data-column-key='author']:hover) {
color: #1890ff !important;
}
html.dark-mode .ant-table-column-sort {
background: #161627;
}
</style>