ddcat1115 8 лет назад
Родитель
Сommit
1cd81f3c3c
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/components/Exception/index.less

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

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