Merge pull request #12107 from dataease/pr@dev-v2@refactor_chart_data_editor_h_scroll

refactor(图表): 去除图表数据编辑区域的横向滚动条
This commit is contained in:
wisonic-s 2024-09-09 21:03:37 +08:00 committed by GitHub
commit 9e735af86a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4392,6 +4392,9 @@ span {
border-top: 1px solid @side-outline-border-color; border-top: 1px solid @side-outline-border-color;
overflow: auto; overflow: auto;
height: calc(100% - 1px); height: calc(100% - 1px);
:deep(.is-horizontal) {
display: none !important;
}
} }
.collapse-title { .collapse-title {