瀏覽代碼

Fix Exception background in Firefox

close #36
afc163 8 年之前
父節點
當前提交
687057be7e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Exception/index.less

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

@@ -30,7 +30,7 @@
     float: right;
     float: right;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-position: 50% 50%;
-    background-size: 100% 100%;
+    background-size: contain;
   }
   }
 
 
   .content {
   .content {