From 80e8ffcdbff94d0f07cccf5b09f2beec6459a616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Sat, 19 Oct 2024 16:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E9=AD=94?= =?UTF-8?q?=E6=96=B9=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/data-magic.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/diy/data-magic.vue b/components/diy/data-magic.vue index bc59d692..b707fc56 100644 --- a/components/diy/data-magic.vue +++ b/components/diy/data-magic.vue @@ -258,10 +258,6 @@ text_style(typeface, size, color) { return `font-weight:${typeface}; font-size: ${size * 2}rpx; color: ${color};`; }, - // 不属于第9个,并且第9个的第一个和第二个 - spacing_processing(index) { - return this.form.style_actived !== 8 || (this.form.style_actived === 8 && [0, 1].includes(index)); - }, // 指示器的样式 indicator_style(item) { let styles = '';