mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板): 调整表格右侧拖拽区域,防止影响列宽调整
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user