修改商品列表显示1

v1.0.0
于肖磊 2024-08-26 10:57:28 +08:00
parent 573a9254e1
commit be2c2c0b6e
1 changed files with 2 additions and 3 deletions

View File

@ -223,9 +223,8 @@ const outer_class = computed(() => {
return flex + wrap + background + 'oh';
});
const onter_style = computed(() => {
const radius = theme.value == '6' ? content_radius.value : '';
const gap = `gap: ${new_style.value.content_outer_spacing + 'px'};`;
return `${radius} ${gap}`;
const radius = theme.value == '6' ? content_radius.value : `gap: ${new_style.value.content_outer_spacing + 'px'};`;
return `${radius}`;
});
//