From 233e4fc4f35bd00a36ee34a7fbf5e47b41db26db Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 17 Nov 2025 09:54:44 +0800
Subject: [PATCH] feat:更新初始化地形

---
 src/styles/base.scss |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/styles/base.scss b/src/styles/base.scss
index 98f1396..f8d2671 100644
--- a/src/styles/base.scss
+++ b/src/styles/base.scss
@@ -62,6 +62,18 @@
     margin: 10px;
 }
 
+.manage-m-t-0 {
+    margin-top: 0px;
+}
+
+.manage-m-t-10 {
+    margin-top: 10px;
+}
+
+.manage-m-t-20 {
+    margin-top: 20px;
+}
+
 .manage-p-all-10 {
     padding: 10px;
 }

--
Gitblit v1.9.3