修改显示设置

v1.2.0
于肖磊 2025-02-19 10:33:00 +08:00
parent 435ef8e718
commit 6dc06dd9ed
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="flex-col oh" :style="style_img_container + (!isEmpty(swiper_bg_img_style) ? `background-image: url('');` : '')">
<div class="oh z-deep re" :style="tabs_container + (is_rotating_background ? swiper_bg_style : '')">
<div v-if="is_rotating_background" class="abs z-i top-0 w h" :style="swiper_bg_img_style"></div>
<div class="oh z-deep" :style="tabs_img_container">
<div class="oh re z-deep" :style="tabs_img_container">
<tabs-view ref="tabs" :value="tabs_list" :is-tabs="true" :active-index="tabs_active_index" :tabs-sliding-fixed-bg="tabs_sliding_fixed_bg"></tabs-view>
</div>
</div>

View File

@ -89,6 +89,8 @@ const save_event = () => {
setTimeout(() => {
save_disabled.value = false;
}, 500);
}).catch((err) => {
save_disabled.value = false;
});
};
//#endregion ---------------------end