소스 검색

maintanace

master
azri 1 년 전
부모
커밋
bac1bdd189
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5
    2
      src/pages/Maintainance.jsx

+ 5
- 2
src/pages/Maintainance.jsx 파일 보기

10
                 width:"100%",
10
                 width:"100%",
11
                 display:"flex",
11
                 display:"flex",
12
                 position:"absolute",
12
                 position:"absolute",
13
-                zIndex:99999
13
+                zIndex:99999,
14
+                top:0,
15
+                right:0
14
             }}
16
             }}
15
         >
17
         >
16
-            <img src={maintananceIMage} style={{width:"100%", margin:"auto auto"}} />
18
+            <img src={maintananceIMage} style={{height:"100vh",
19
+                width:"100%", margin:"auto auto"}} />
17
         </Box>
20
         </Box>
18
     )
21
     )
19
 }
22
 }

Loading…
취소
저장