From c754e1304799c932b1aabe7a85960d29274791b7 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 18 十二月 2024 09:50:28 +0800
Subject: [PATCH] 1.售后图片可以选择多张,并发向服务器请求上传功能,避免响应过长服务器假死
---
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