style: 优化滚动条显示,只有在内容超过显示高度时才会出现 (#1978)
This commit is contained in:
parent
e09a797d05
commit
deff31bc5d
|
|
@ -401,6 +401,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
.ant-table-body {
|
||||||
|
overflow: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 8px 6px;
|
padding: 8px 6px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue