diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index 04a3529e00..ad07af8ba2 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -1083,7 +1083,6 @@ export default { this.element.propValue && this.element.propValue.viewId && eventBus.$emit('resizing', this.element.propValue.viewId) }, changeWidth(val) { - debugger // console.log('parentWidth', this.parentWidth) // console.log('parentHeight', this.parentHeight) const [newWidth, _] = snapToGrid(this.grid, val, 0, this.scale) diff --git a/frontend/src/components/canvas/components/Editor/Preview.vue b/frontend/src/components/canvas/components/Editor/Preview.vue index a3378fdc6e..0c412edcd7 100644 --- a/frontend/src/components/canvas/components/Editor/Preview.vue +++ b/frontend/src/components/canvas/components/Editor/Preview.vue @@ -126,7 +126,6 @@ export default { changeStyleWithScale, getStyle, restore() { - debugger const canvasHeight = document.getElementById('canvasInfoTemp').offsetHeight const canvasWidth = document.getElementById('canvasInfoTemp').offsetWidth this.scaleWidth = canvasWidth * 100 / parseInt(this.canvasStyleData.width)// 获取宽度比 diff --git a/frontend/src/components/canvas/custom-component/VText.vue b/frontend/src/components/canvas/custom-component/VText.vue index 7a1b979f96..cd5966363c 100644 --- a/frontend/src/components/canvas/custom-component/VText.vue +++ b/frontend/src/components/canvas/custom-component/VText.vue @@ -57,7 +57,6 @@ export default { watch: { active: { handler(newVal, oldVla) { - debugger this.removeSelectText() }, deep: true diff --git a/frontend/src/views/panel/edit/index.vue b/frontend/src/views/panel/edit/index.vue index a868021fc3..f0dae96a71 100644 --- a/frontend/src/views/panel/edit/index.vue +++ b/frontend/src/views/panel/edit/index.vue @@ -447,7 +447,6 @@ export default { this.$store.commit('recordSnapshot') this.clearCurrentInfo() - debugger // 文字组件 if (component.type === 'v-text' || component.type === 'rect-shape') { this.$store.commit('setCurComponent', { component: component, index: this.componentData.length })