From cecc3e6cab06512a8c757268e2b998dc5a0e65a2 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 22 一月 2024 17:51:55 +0800
Subject: [PATCH] fix:验质页面增加数据单位显示

---
 pages/login/index.scss |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/pages/login/index.scss b/pages/login/index.scss
index 03f77ad..57cb74e 100644
--- a/pages/login/index.scss
+++ b/pages/login/index.scss
@@ -4,12 +4,10 @@
 	justify-content: center;
 	background: url(../../static/custom/login/login-bg.png) no-repeat left top;
 	background-size: 100% auto;
-
 }
 
-
 .list {
-	marigin-top:vww(20);
+	marigin-top: vww(20);
 	display: flex;
 	flex-direction: column;
 	padding: 40rpx 70rpx 40rpx 70rpx;
@@ -112,4 +110,4 @@
 	font-size: 42rpx;
 	color: #000;
 	padding: 40rpx 70rpx 10rpx;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1