Browse Source

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

This reverts commit deff31bc5d.
pull/2109/head
Arvin 4 years ago
committed by GitHub
parent
commit
aee08b14fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/components/Table/src/BasicTable.vue

4
src/components/Table/src/BasicTable.vue

@ -405,10 +405,6 @@
width: 100%;
overflow-x: hidden;
.ant-table-body {
overflow: auto !important;
}
&-title {
display: flex;
padding: 8px 6px;

Loading…
Cancel
Save