修改导航组字体大小

v1.3.0^2
于肖磊 2025-04-28 13:38:26 +08:00
parent a006641cda
commit 44b0da72a2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const style_img_container = computed(() => common_img_computer(new_style.value.c
//
const img_style = computed(() => radius_computer(new_style.value));
//
const text_style = computed(() => `font-size: ${new_style.value.title_size || 12}px; color: ${new_style.value.title_color || '#000'};`);
const text_style = computed(() => `font-size: ${new_style.value.title_size || 12}px; line-height: ${new_style.value.title_size || 12}px;color: ${new_style.value.title_color || '#000'};`);
//#region
//
const actived_index = ref(0);