From 5bca541e8f8d29bc67e2080cfceedbf92385b226 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 13 Nov 2025 14:08:31 +0800
Subject: [PATCH] feat:点击订单跳转至地图页面再点新建任务

---
 src/static/styles/common.scss |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/static/styles/common.scss b/src/static/styles/common.scss
index e7d2e6c..7ae5e61 100644
--- a/src/static/styles/common.scss
+++ b/src/static/styles/common.scss
@@ -2,4 +2,7 @@
   font-size: $u-font-base;
   color: $u-main-color;
   background-color: $u-bg-color;
-}
\ No newline at end of file
+
+  height: 100%;
+
+}

--
Gitblit v1.9.3