疯狂的狮子li
2021-12-02 408f5055a93c2bea6fc872bcab7fb76948e3facc
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);
    }
}