修改数据魔方的处理

master
于肖磊 2024-10-19 16:33:49 +08:00
parent 68c033b4fb
commit 80e8ffcdbf
1 changed files with 0 additions and 4 deletions

View File

@ -258,10 +258,6 @@
text_style(typeface, size, color) {
return `font-weight:${typeface}; font-size: ${size * 2}rpx; color: ${color};`;
},
// 99
spacing_processing(index) {
return this.form.style_actived !== 8 || (this.form.style_actived === 8 && [0, 1].includes(index));
},
//
indicator_style(item) {
let styles = '';