mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
style: 优化滚动条显示,只有在内容超过显示高度时才会出现 (#1978)
This commit is contained in:
parent
e09a797d05
commit
deff31bc5d
@ -401,6 +401,10 @@
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
|
||||
.ant-table-body {
|
||||
overflow: auto !important;
|
||||
}
|
||||
|
||||
&-title {
|
||||
display: flex;
|
||||
padding: 8px 6px;
|
||||
|
Loading…
Reference in New Issue
Block a user