|
@@ -18,7 +18,7 @@ export default defineComponent({
|
|
|
setup(props) {
|
|
|
return () =>
|
|
|
(
|
|
|
- <div class={styles.loadingPop} style={{display:state.isLoading? "flex" : "none"}}>
|
|
|
+ <div class={[styles.loadingPop, state.isPreView && styles.isPreView]} style={{display:state.isLoading? "flex" : "none"}}>
|
|
|
<img class={styles.lottie} src={animGif} />
|
|
|
{/* <Vue3Lottie class={styles.lottie} animationData={animBg}></Vue3Lottie> */}
|
|
|
<div class={styles.loadingTip}>{props.tipText}</div>
|