Fix/issue 6688 为数据表格添加整行选中视觉样式 - #6725
Open
mr-dadong wants to merge 2 commits into
Open
Conversation
- 添加 rowSelected 和 rowSelectedDirty 颜色主题变量用于整行选中状态 - 实现整行选中时使用更深颜色区分于选区覆盖淡色指示 - 为脏数据单元格在整行选中状态下添加专门的颜色变体 - 更新测试用例验证整行选中与选区选中的颜色对比度差异 - 修改 canvas 渲染器以支持新的整行选中视觉样式 - 确保行号选中时与整行选中颜色保持一致
mr-dadong
force-pushed
the
fix/issue-6688
branch
from
August 20, 2026 01:57
35841ed to
f11ec4a
Compare
- 在测试后添加 afterEach 钩子等待动态导入完成 - 防止 CI 环境下因高负载导致的 EnvironmentTeardownError - 解决 markConnectionLost 中动态导入 queryStore 引起的未处理拒绝错误 - 确保测试环境正确销毁避免整个测试进程失败
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
变更类型
涉及前端
验证
make check通过make cargo-check-fast通过关联 Issue
Close #6688