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组件,被选中的行,其右侧浮动列存在样式问题 #3365

Closed
1 task
luyaogod opened this issue Dec 4, 2024 · 1 comment · Fixed by #3398
Closed
1 task

Comments

@luyaogod
Copy link

luyaogod commented Dec 4, 2024

基本信息

预期结果

暗黑模式下被选中行,其右侧的浮动列不应该透明。

复现步骤

暗黑模式;Table组件;Columns fiexed=right;选中一行左右滑动。

@luyaogod
Copy link
Author

luyaogod commented Dec 4, 2024

问题由变量--color-fill-1造成。
临时解决方法:

.arco-table-tr-checked .arco-table-col-fixed-right {
  background-color: var(--color-bg-3) !important;
}

.arco-table-tr-checked .arco-table-col-fixed-left {
  background-color: var(--color-bg-3) !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant