lanxin 1 개월 전
부모
커밋
59d0b79ae0
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/pages/A2yblm/components/Shufa/index.module.scss
  2. 1 1
      src/pages/A2yblm/components/Shufa/index.tsx

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

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

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

@@ -78,7 +78,7 @@ function Shufa({ setIsShowShufa, style }: { setIsShowShufa: (isShowShufa: boolea
   return (
   return (
     <div className={`${styles.shufa} ${isHideShufa ? ' shufaHide' : ''}`} style={{ zIndex: showName === 'shufa1' ? 3 : 4, ...style }}>
     <div className={`${styles.shufa} ${isHideShufa ? ' shufaHide' : ''}`} style={{ zIndex: showName === 'shufa1' ? 3 : 4, ...style }}>
       <Zback clickFu={backClick} />
       <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
         <img
           src={require(`@/assets/img/A2_quanwen${myLangue === 'EN' ? 'En' : ''
           src={require(`@/assets/img/A2_quanwen${myLangue === 'EN' ? 'En' : ''
             }.png`)}
             }.png`)}