疯狂的狮子li
2022-02-11 83c0b70a2d8e67e371b40322f1a8529ca13e3827
ruoyi-ui/src/directive/dialog/dragWidth.js
@@ -1,5 +1,5 @@
/**
* v-dialogDragWidth 可拖动弹窗宽度
* v-dialogDragWidth 可拖动弹窗宽度(右侧边)
* Copyright (c) 2019 ruoyi
*/
@@ -24,8 +24,7 @@
                    document.onmousemove = null;
                    document.onmouseup = null;
                };
            },
        );
            }, false);
        dragDom.appendChild(lineEl);
    }
}