Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita182845

Browse files
committed
[Fix]:#1840 table theme sort color column
1 parent013cd90 commita182845

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎client/packages/lowcoder/src/comps/comps/tableComp/tableStyles.ts‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,15 @@ export const TableWrapper = styled.div.attrs<{
269269
transition: background-color 0.3s;
270270
}
271271
272+
/* Ensure sorted column cells respect theme/row background instead of AntD default */
273+
&.ant-table-column-sort {
274+
background: transparent;
275+
}
276+
&.ant-table-cell-fix-left.ant-table-column-sort,
277+
&.ant-table-cell-fix-right.ant-table-column-sort {
278+
background: transparent;
279+
}
280+
272281
}
273282
274283
/* Fix for selected and hovered rows */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp