修复手机端双击编辑单元格 #40

Merged
wangziqi merged 3 commits from xiongyuxing/gongxue-base:main into main 2026-07-23 03:26:43 +00:00
Showing only changes of commit fa7ed8e128 - Show all commits

View File

@@ -188,8 +188,7 @@ canvas {
max-width: 100%;
}
.ant-table-wrapper .ant-table-container {
overflow-x: auto;
.ant-table-wrapper .ant-table-content {
overscroll-behavior-inline: contain;
-webkit-overflow-scrolling: touch;
}