refactor(图表): 优化表格拖拽区域,防止于表格滚动条冲突

This commit is contained in:
wangjiahao 2024-04-17 08:56:51 +08:00
parent eb2bde1d0a
commit a281060b1e

View File

@ -1082,7 +1082,7 @@ onMounted(() => {
.de-drag-right {
right: 1px;
top: 70px;
width: 16px;
width: 12px;
height: calc(100% - 110px);
}