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

refactor(图表): 禁用图表数据编辑区域的横向滚动手势
This commit is contained in:
wisonic-s 2024-09-10 16:23:53 +08:00 committed by GitHub
commit c47ba55fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4395,6 +4395,9 @@ span {
:deep(.is-horizontal) {
display: none !important;
}
:deep(.ed-scrollbar__wrap) {
overflow-x: hidden;
}
}
.collapse-title {