Browse Source

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

pull/1987/head
Micah 4 years ago
committed by GitHub
parent
commit
deff31bc5d
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

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

Loading…
Cancel
Save