From 318cfd16a1d974dc5c82252a0ac31d460322d87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E9=9B=A8?= <49756728+cetr@users.noreply.github.com> Date: Sat, 27 Nov 2021 20:39:59 +0800 Subject: [PATCH] refactor: the attached picture is covered with containers (halo-dev/console#382) Co-authored-by: cetr <2058930674@qq.com> --- src/styles/global.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.less b/src/styles/global.less index c1104d73a..66f0bbcd1 100644 --- a/src/styles/global.less +++ b/src/styles/global.less @@ -824,7 +824,7 @@ body { display: block; height: 100%; background-repeat: no-repeat; - background-size: 100%; + background-size: cover; background-position: center; }