forked from github/dataease
Merge pull request #8303 from dataease/pr@dev-v2@fix_tabel-drag
fix(仪表板): 调整表格右侧拖拽区域,防止影响列宽调整
This commit is contained in:
commit
79ca631a6c
@ -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