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;
+ }
}