修改导航组字体高度

v1.3.0^2
于肖磊 2025-04-28 13:54:53 +08:00
parent 44b0da72a2
commit 831411f34c
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; line-height: ${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;height: ${new_style.value.title_size || 12}px;color: ${new_style.value.title_color || '#000'};`);
//#region
//
const actived_index = ref(0);