From cb623fcefa72d5b54b1e536aa84c3f3851743975 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 20 十一月 2024 11:01:43 +0800
Subject: [PATCH] update 打印可能的空白(不能确定是不是纸张大小超出还是空数据的问题,已经提交了

---
 pages/user/user.scss |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/pages/user/user.scss b/pages/user/user.scss
index 796cbff..ad8999a 100644
--- a/pages/user/user.scss
+++ b/pages/user/user.scss
@@ -152,6 +152,9 @@
 		background: #FFFFFF;
 		border-radius: 16rpx;
 		padding: 22rpx 28rpx;
+		.logout{
+			justify-content: center;
+		}
 		.user-util{
 			border-bottom: 2rpx solid #EEEEEE;
 			.title{
@@ -161,6 +164,13 @@
 				line-height: 44rpx;
 				margin-bottom: 20rpx;
 			}
+			.title2{
+				font-weight: 600;
+				font-size: 32rpx;
+				color: red;
+				line-height: 44rpx;
+				margin-bottom: 20rpx;
+			}
 			.name{
 				font-size: 600;
 				font-size: 28rpx;

--
Gitblit v1.9.3