From 052e7bb5a8b66c4af7546f70f213dc714ee3d506 Mon Sep 17 00:00:00 2001
From: wangxiang <1827945911@qq.com>
Date: Mon, 20 Feb 2023 00:34:19 +0800
Subject: [PATCH] =?UTF-8?q?:rocket:=20=E7=AE=80=E5=8C=96=E4=B8=8A=E4=BC=A0?=
=?UTF-8?q?=E5=A4=B4=E5=83=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/user/userInfo/index.vue | 126 ++++++++++++++++++-----
1 file changed, 99 insertions(+), 27 deletions(-)
diff --git a/src/views/system/user/userInfo/index.vue b/src/views/system/user/userInfo/index.vue
index bc887eb..e73df39 100644
--- a/src/views/system/user/userInfo/index.vue
+++ b/src/views/system/user/userInfo/index.vue
@@ -72,12 +72,39 @@
资料修改
state.currentCardKey = key"
>
- 上传头像待开发中。。。
+
+
+
+
+
+
+
+
+ 保存
+
+
@@ -85,24 +112,28 @@
@@ -220,6 +283,15 @@
.info-modify {
margin: 10px 10px 10px 0px;
+ ::v-deep(.avatar-uploader) > .ant-upload {
+ width: 128px;
+ height: 128px;
+ }
+
+ ::v-deep(.ant-upload-select-picture-card .ant-upload-text) {
+ margin-top: 8px;
+ color: #666;
+ }
}