|
@@ -318,16 +318,16 @@ export default defineComponent({
|
|
|
};
|
|
|
onMounted(() => {
|
|
|
initMoveable();
|
|
|
- // initMoveableClass();
|
|
|
- const subdEl = document.getElementById(`moveNPopover`) as HTMLDivElement;
|
|
|
- // const classEl = document.getElementById(
|
|
|
- // `moveNPopover2`
|
|
|
- // ) as HTMLDivElement;
|
|
|
- initBoxRectInfo(subdEl, boxBoundaryInfo);
|
|
|
- // initBoxRectInfo(classEl, classBoundaryInfo);
|
|
|
- initBoundaryWrap(subdEl, boxBoundaryInfo);
|
|
|
- // initBoundaryWrap(classEl, classBoundaryInfo);
|
|
|
- window.addEventListener("resize", resetSize);
|
|
|
+ // // initMoveableClass();
|
|
|
+ // const subdEl = document.getElementById(`moveNPopover`) as HTMLDivElement;
|
|
|
+ // // const classEl = document.getElementById(
|
|
|
+ // // `moveNPopover2`
|
|
|
+ // // ) as HTMLDivElement;
|
|
|
+ // initBoxRectInfo(subdEl, boxBoundaryInfo);
|
|
|
+ // // initBoxRectInfo(classEl, classBoundaryInfo);
|
|
|
+ // initBoundaryWrap(subdEl, boxBoundaryInfo);
|
|
|
+ // // initBoundaryWrap(classEl, classBoundaryInfo);
|
|
|
+ // window.addEventListener("resize", resetSize);
|
|
|
});
|
|
|
|
|
|
const resetSize = ()=>{
|
|
@@ -434,6 +434,7 @@ export default defineComponent({
|
|
|
|
|
|
// 这里是选装的方式
|
|
|
const actionEnd = (target: any, type: any) => {
|
|
|
+ return
|
|
|
switch (type) {
|
|
|
case 'left':
|
|
|
rate(target, '90deg');
|