fix(仪表板): 调整表格右侧拖拽区域,防止影响列宽调整

This commit is contained in:
wangjiahao 2024-03-04 15:59:03 +08:00
parent f98c89c24a
commit 9f17f6bdd0

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 {