From b691caaca093ae6c9e0fcffd3642f5483fe44e4d Mon Sep 17 00:00:00 2001 From: cxt104926 <1049266034@qq.com> Date: Wed, 24 Mar 2021 17:32:26 +0800 Subject: [PATCH] 1 --- src/views/manager/index.vue | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/views/manager/index.vue b/src/views/manager/index.vue index f1e80df..3e0d6d0 100644 --- a/src/views/manager/index.vue +++ b/src/views/manager/index.vue @@ -54,12 +54,12 @@ - - - +
+ + 巴扎黑 - +
修改头像 修改用户信息 @@ -91,8 +91,7 @@ :autoCropWidth="option.autoCropWidth" :autoCropHeight="option.autoCropHeight" :fixedBox="option.fixedBox" - @realTime="realTime" - > + @realTime="realTime">
@@ -123,8 +122,8 @@
- 取 消 确 定 + 取 消 @@ -160,13 +159,14 @@ -
@@ -200,8 +200,7 @@ export default { classIds: [], // 头像相关参数 - // avatarURL: '../../assets/img/w1.png', - avatarURL: require("@/assets/img/w1.png"), + avatarURL: require("@/assets/img/w1.png"), editAvatarDialog: false, previews: {}, option: { @@ -365,6 +364,10 @@ export default { margin: 10px 30%; } +.imgTitle { + /*margin-top: 6px;*/ +} + /*用户头像修改*/ .previewBox { text-align: center; -- GitLab