forked from wangziqi/gongxue-base
feat:移除表格内部的滚动
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user