From 23c4c9e95706b0c1818797f95b72b97acc6cf1d3 Mon Sep 17 00:00:00 2001
From: zyh <zyh@123>
Date: 星期四, 18 十二月 2025 16:11:24 +0800
Subject: [PATCH] #添加了一个页面,在home中添加了进入这个页面的按钮,pages.json中的pages数组中注册了该页面

---
 static/css/wms.css/wms.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index b1dda2b..34210d6 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -53,7 +53,7 @@
 	justify-content: space-between;
 	height: 100rpx;
 	background-color: #FFF;
-	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2) ;
+	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) ;
 }
 .popup {
 	width: 80vw;

--
Gitblit v1.9.1