소스 검색

fix Exception demo

ddcat1115 8 년 전
부모
커밋
1cd81f3c3c
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/components/Exception/index.less

+ 3 - 1
src/components/Exception/index.less

@@ -15,10 +15,12 @@
 
   .imgEle {
     height: 360px;
-    width: 430px;
+    width: 100%;
+    max-width: 430px;
     float: right;
     background-repeat: no-repeat;
     background-position: 50% 50%;
+    background-size: 100% 100%;
   }
 
   .content {