Commit aee08b14fa3547665e9708f0347619adffaa7fea
Committed by
GitHub
1 parent
b9dee859
Revert "style: 优化滚动条显示,只有在内容超过显示高度时才会出现 (#1978)" (#2080)
This reverts commit deff31bc.
Showing
1 changed file
with
0 additions
and
4 deletions
src/components/Table/src/BasicTable.vue
@@ -405,10 +405,6 @@ | @@ -405,10 +405,6 @@ | ||
405 | width: 100%; | 405 | width: 100%; |
406 | overflow-x: hidden; | 406 | overflow-x: hidden; |
407 | 407 | ||
408 | - .ant-table-body { | ||
409 | - overflow: auto !important; | ||
410 | - } | ||
411 | - | ||
412 | &-title { | 408 | &-title { |
413 | display: flex; | 409 | display: flex; |
414 | padding: 8px 6px; | 410 | padding: 8px 6px; |