列过多时滚动到后面不对齐的问题

This commit is contained in:
wanghaoo 2018-08-30 17:09:21 +08:00
parent 0d0975d823
commit b09dbc0c20
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ $table-move-in-color: $bg-color-base;
overflow-x: scroll;
padding-bottom: 20px;
margin-bottom: -20px;
overflow-y: auto;
overflow-y: scroll;
box-sizing: border-box;
}