lanxin 1 месяц назад
Родитель
Сommit
59d0b79ae0

+ 1 - 0
src/pages/A2yblm/components/Shufa/index.module.scss

@@ -186,6 +186,7 @@
       width: 100%;
       height: 100%;
       position: fixed;
+      z-index: 1;
       top: 0;
       left: 0;
       display: flex;

+ 1 - 1
src/pages/A2yblm/components/Shufa/index.tsx

@@ -78,7 +78,7 @@ function Shufa({ setIsShowShufa, style }: { setIsShowShufa: (isShowShufa: boolea
   return (
     <div className={`${styles.shufa} ${isHideShufa ? ' shufaHide' : ''}`} style={{ zIndex: showName === 'shufa1' ? 3 : 4, ...style }}>
       <Zback clickFu={backClick} />
-      <div className='wenwu' onClick={() => window.location.replace(`#/quanwen?m=shufa`)}>
+      <div className='wenwu' style={{ zIndex: 1 }} onClick={() => window.location.replace(`#/quanwen?m=shufa`)}>
         <img
           src={require(`@/assets/img/A2_quanwen${myLangue === 'EN' ? 'En' : ''
             }.png`)}