From 1c4bdd8496aa9f97d3c22aa40369b6ce9d40b1a6 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 May 2024 23:42:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A6=96=E9=A1=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 79 ++++++++++++++++++++++++++++++++---------- peach/scss/_tools.scss | 11 ++++++ 2 files changed, 71 insertions(+), 19 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 74136be..1dca059 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,32 +1,73 @@ + + diff --git a/peach/scss/_tools.scss b/peach/scss/_tools.scss index 75ea3f4..a1702e5 100644 --- a/peach/scss/_tools.scss +++ b/peach/scss/_tools.scss @@ -7,6 +7,17 @@ color: #fff; } +/* ================== + + flex gap + + ==================== */ +@for $i from 0 through 100 { + .ss-gap-#{$i} { + gap: $i + rpx; + } +} + /* ================== flex布局 ==================== */