修改显示设置
parent
435ef8e718
commit
6dc06dd9ed
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -89,6 +89,8 @@ const save_event = () => {
|
|||
setTimeout(() => {
|
||||
save_disabled.value = false;
|
||||
}, 500);
|
||||
}).catch((err) => {
|
||||
save_disabled.value = false;
|
||||
});
|
||||
};
|
||||
//#endregion 顶部导航回调方法 ---------------------end
|
||||
|
|
|
|||
Loading…
Reference in New Issue