自定义可拖动弹窗高度指令

This commit is contained in:
RuoYi
2021-08-20 17:57:44 +08:00
parent e6e10308ff
commit d1ef19f08a
3 changed files with 38 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/**
* v-dialogDragWidth 可拖动弹窗宽度
* v-dialogDragWidth 可拖动弹窗宽度(右侧边)
* Copyright (c) 2019 ruoyi
*/
@ -24,8 +24,7 @@ export default {
document.onmousemove = null;
document.onmouseup = null;
};
},
);
}, false);
dragDom.appendChild(lineEl);
}
}