优化代码提交

v1.1.0
于肖磊 2024-11-07 17:49:29 +08:00
parent 35b3cb1f58
commit e3c579ece0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ const padding_bottom = computed(() => {
} else if (form.value.tabs_theme == '3') {
bottom = 10;
}
return ['1', '2', '4'].includes(tabs_theme_index.value) ? '' : `padding-bottom: ${(new_style.value?.tabs_sign_spacing || 0) + bottom}px;`;
return ['1', '2', '4'].includes(form.value.tabs_theme) ? '' : `padding-bottom: ${(new_style.value?.tabs_sign_spacing || 0) + bottom}px;`;
});
// icon
const icon_tabs_check = () => {