表格横向滚动优化

This commit is contained in:
2026-08-24 11:02:04 +08:00
parent 3ac8c9496e
commit 215a48446d
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -114,10 +114,10 @@
}
}
// 表格横向拖拽滚动:拖拽过程中光标切换为“抓手”
// 表格横向拖拽滚动:拖拽过程中保持默认光标,不显示“抓手”,避免干扰操作手感
.el-table__body-wrapper.is-dragging,
.el-table__fixed-body-wrapper.is-dragging {
cursor: grabbing;
cursor: default;
}
}