From b1e45e349edbf1ca9c3e070cca3741f0bb31b651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 12 Oct 2023 14:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 +- css/style.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 54fb12b..08488c7 100644 --- a/css/style.css +++ b/css/style.css @@ -101,7 +101,7 @@ width: 1.54rem; height: 0.51rem; background-repeat: no-repeat; - background-size: cover; + background-size: contain; } .header .menu .menu-group { display: flex; diff --git a/css/style.less b/css/style.less index b2d8499..4c37eda 100644 --- a/css/style.less +++ b/css/style.less @@ -138,7 +138,7 @@ width: 1.54rem; height: 0.51rem; background-repeat: no-repeat; - background-size: cover; + background-size: contain; } }