From f93aafbe64a6259ce3d7bdf1e32d7cd0e036d3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 2 Jan 2025 14:44:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=AD=94=E6=96=B9=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/data-magic.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/diy/data-magic.vue b/components/diy/data-magic.vue index fbbaf1d9..97ff328d 100644 --- a/components/diy/data-magic.vue +++ b/components/diy/data-magic.vue @@ -190,7 +190,6 @@ const container_height = !isEmpty(new_form.container_height) ? new_form.container_height : sys_width; const density = !isEmpty(new_form.magic_cube_density) ? new_form.magic_cube_density : 4; const { margin_left, margin_right, padding_left, padding_right } = new_style.common_style; - console.log(border_width(new_style.common_style)); const width = sys_width - margin_left - margin_right - padding_left - padding_right - border_width(new_style.common_style) - this.propOuterContainerPadding; this.setData({ form: new_form, @@ -206,7 +205,6 @@ div_width: sys_width, cubeCellWidth: sys_width / density, container_size: container_height * 2 + 'rpx', - }); }, get_data_magic_list(data, new_style) {