From fdd13dcab53a44a12dd1192e5887c3a249c59614 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 20 Oct 2020 15:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E9=BB=98=E8=AE=A4=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E6=A1=86=EF=BC=9B=E6=9B=BF=E6=8D=A2=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=A9=BA=E9=97=B4=E9=A1=B6=E9=83=A8header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/main.css | 4 +- public/static/img/avator_default.svg | 17 ++++++++ .../custom-header/components/user_center.vue | 3 +- src/components/custom-header/index.vue | 41 ++++++++++++++++--- src/filters/resolveAvator.js | 2 +- src/views/components_web/head/head.vue | 14 +++---- src/views/components_web/newProj/newProj.vue | 1 - src/views/main_web/index/index.vue | 24 +++++++++++ 8 files changed, 88 insertions(+), 18 deletions(-) create mode 100644 public/static/img/avator_default.svg diff --git a/public/static/css/main.css b/public/static/css/main.css index 32028044..20f9afe6 100644 --- a/public/static/css/main.css +++ b/public/static/css/main.css @@ -2895,7 +2895,6 @@ button:focus { .user_Img img { max-width: 100px; max-height: 100px; - cursor: pointer; } .userNamelabel { @@ -3060,6 +3059,9 @@ button:focus { .eidtimg { position: relative; } +.eidtimg > img { + cursor: pointer; +} .eidtimg>div { position: absolute; diff --git a/public/static/img/avator_default.svg b/public/static/img/avator_default.svg new file mode 100644 index 00000000..eb733cd1 --- /dev/null +++ b/public/static/img/avator_default.svg @@ -0,0 +1,17 @@ + + + 模块/基本组件/头像备份 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/custom-header/components/user_center.vue b/src/components/custom-header/components/user_center.vue index 99777bd2..65878e34 100644 --- a/src/components/custom-header/components/user_center.vue +++ b/src/components/custom-header/components/user_center.vue @@ -1,7 +1,7 @@