Merge branch 'dev-yxl' of gitee.com:zongzhige/shopxo-diy into dev

v1.3.0
gongfuxiang 2025-04-28 16:40:52 +08:00
commit 5f2d834e4e
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;height: ${new_style.value.title_size || 12}px;color: ${new_style.value.title_color || '#000'};`);
//#region
//
const actived_index = ref(0);