Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table 样式问题 #3362

Closed
Menusyes opened this issue Nov 29, 2024 · 0 comments · Fixed by #3398
Closed

Table 样式问题 #3362

Menusyes opened this issue Nov 29, 2024 · 0 comments · Fixed by #3398
Assignees
Labels
🐛 Bug Something isn't working

Comments

@Menusyes
Copy link

Table中,td在选中状态下背景色是--color-fill-1

.arco-table-tr-checked .arco-table-td {
    background-color: var(--color-fill-1);
}

--color-fill-1在深色模式下是rgba(255, 255, 255, .04)
image
所以在 深色模式+选中状态时,存在固定列且滚动时,会出现以下情况:
image

@oljc oljc added the 🐛 Bug Something isn't working label Dec 26, 2024
@oljc oljc self-assigned this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants