forked from github/dataease
fix(仪表板): 调整表格右侧拖拽区域,防止影响列宽调整
This commit is contained in:
parent
f98c89c24a
commit
9f17f6bdd0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user