mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-09 08:13:29 +08:00
⚡️ perf(data-grid): 优化虚拟表格滚动与列宽拖拽
- 合并横向滚动同步并减少固定列样式级联重算 - 去重虚拟滚动事件并稳定复用未变化的数据行 - 移除列宽拖拽辅助线并补充滚动回归测试
This commit is contained in:
@@ -4549,19 +4549,8 @@ body[data-ui-version="v2"] .gn-v2-column-title-comment {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
body[data-ui-version="v2"] .gn-v2-data-grid .react-resizable-handle::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
bottom: 8px;
|
||||
left: 4px;
|
||||
width: 2px;
|
||||
border-radius: 1px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
body[data-ui-version="v2"] .gn-v2-data-grid .react-resizable-handle:hover::after {
|
||||
background: color-mix(in srgb, var(--gn-info) 42%, transparent);
|
||||
body[data-ui-version="v2"] .gn-v2-data-grid .react-resizable-handle {
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
body[data-ui-version="v2"] .gn-v2-data-grid .ant-table-tbody > tr > td,
|
||||
|
||||
Reference in New Issue
Block a user