feat:移除表格内部的滚动
All checks were successful
CI / check (pull_request) Successful in 1m51s

This commit is contained in:
2026-07-23 11:22:31 +08:00
parent a267238e7c
commit fa7ed8e128

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;
}