Merge pull request #8303 from dataease/pr@dev-v2@fix_tabel-drag

fix(仪表板): 调整表格右侧拖拽区域,防止影响列宽调整
This commit is contained in:
王嘉豪 2024-03-04 16:00:27 +08:00 committed by GitHub
commit 79ca631a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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