From 1cd81f3c3cbb6a423ea8cac964ad5c4d59d2d896 Mon Sep 17 00:00:00 2001 From: ddcat1115 Date: Fri, 27 Oct 2017 18:15:24 +0800 Subject: [PATCH] fix Exception demo --- src/components/Exception/index.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Exception/index.less b/src/components/Exception/index.less index 9ee40006..bfc49818 100644 --- a/src/components/Exception/index.less +++ b/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 { -- GitLab