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

This commit is contained in:
Micah 2022-06-19 17:50:33 +08:00 committed by GitHub
parent e09a797d05
commit deff31bc5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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