自定义显示修改

master
于肖磊 2025-01-10 16:09:40 +08:00
parent 8f8444c03b
commit 5191de6e04
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@
//
col = new_list.length > carousel_col ? carousel_col : new_list.length;
swiper_height = (new_form.height * new_scale + padding_top + padding_bottom + margin_bottom + margin_top) * col + ((Number(new_form.data_source_carousel_col) - 1) * space_between);
}
// (gap * gap) /
let gap = (new_style.column_gap * (carousel_col - 1)) / carousel_col;