From 6a5ef86f224c0dbcabbdbd540b45e43b8fe9cdab Mon Sep 17 00:00:00 2001 From: dailer Date: Thu, 23 May 2019 14:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=80=8D=E5=9B=BE=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81background-size:contain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/image.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/less/image.less b/src/less/image.less index b0e68517d..dee3368aa 100644 --- a/src/less/image.less +++ b/src/less/image.less @@ -6,7 +6,6 @@ .imagePath(@path, @top:center, @left:center, @repeat: no-repeat) when not (@path = none) { background: url('@{imageUrl}@{path}') @repeat @left @top; - background-size: contain; } .image2xPath(@path, @top:center, @left:center, @repeat: no-repeat) when not (@path = none) {