From 96aeb2a232d85306ced2061f024a2ff491a92ff7 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 25 七月 2024 17:47:12 +0800
Subject: [PATCH] fix bug

---
 common/self.scss |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/common/self.scss b/common/self.scss
index 31c6db8..a4e635b 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -237,7 +237,9 @@
 .m-r-80 {
 	margin-right: 160rpx;
 }
-
+.m-b-12{
+	margin-bottom: 24rpx;
+}
 .m-b-20 {
 	margin-bottom: 40rpx;
 }

--
Gitblit v1.9.3