We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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组件;Columns fiexed=right;选中一行左右滑动。
The text was updated successfully, but these errors were encountered:
问题由变量--color-fill-1造成。 临时解决方法:
--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; }
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
基本信息
预期结果
暗黑模式下被选中行,其右侧的浮动列不应该透明。
复现步骤
暗黑模式;Table组件;Columns fiexed=right;选中一行左右滑动。
The text was updated successfully, but these errors were encountered: