From e17c3f82c3ce11716cad63bb210707b376bedb96 Mon Sep 17 00:00:00 2001 From: yuantao Date: Fri, 31 Oct 2025 14:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8E=9F=E5=AD=90=E7=B1=BB?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/styles/base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/styles/base.scss b/common/styles/base.scss index 4324136..f605867 100644 --- a/common/styles/base.scss +++ b/common/styles/base.scss @@ -1,5 +1,5 @@ -// 定义内外边距,历遍1-40 -@for $i from 0 through 40 { +// 定义内外边距,历遍1-100 +@for $i from 0 through 100 { // 只要双数和能被5除尽的数 @if $i % 2==0 or $i % 5==0 { // 得出:u-margin-30或者u-m-30