Commit aee08b14fa3547665e9708f0347619adffaa7fea

Authored by Arvin
Committed by GitHub
1 parent b9dee859

Revert "style: 优化滚动条显示,只有在内容超过显示高度时才会出现 (#1978)" (#2080)

This reverts commit deff31bc.
src/components/Table/src/BasicTable.vue
... ... @@ -405,10 +405,6 @@
405 405 width: 100%;
406 406 overflow-x: hidden;
407 407  
408   - .ant-table-body {
409   - overflow: auto !important;
410   - }
411   -
412 408 &-title {
413 409 display: flex;
414 410 padding: 8px 6px;
... ...