forked from github/dataease
refactor(图表): 去除图表数据编辑区域的横向滚动条
This commit is contained in:
parent
7c804fbd53
commit
d136e547f1
@ -4392,6 +4392,9 @@ span {
|
||||
border-top: 1px solid @side-outline-border-color;
|
||||
overflow: auto;
|
||||
height: calc(100% - 1px);
|
||||
:deep(.is-horizontal) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.collapse-title {
|
||||
|
Loading…
Reference in New Issue
Block a user