From 687057be7e92a3371476401ae7da598a466e83dc Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 1 Dec 2017 10:32:32 +0800 Subject: [PATCH] Fix Exception background in Firefox close #36 --- src/components/Exception/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Exception/index.less b/src/components/Exception/index.less index 72ac55df..394af178 100644 --- a/src/components/Exception/index.less +++ b/src/components/Exception/index.less @@ -30,7 +30,7 @@ float: right; background-repeat: no-repeat; background-position: 50% 50%; - background-size: 100% 100%; + background-size: contain; } .content { -- GitLab