File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22 <div class =" user" >
3- <el-dropdown trigger = " click " >
3+ <el-dropdown >
44 <span class =" el-dropdown-link" >
55 <div class =" nav-avatar" >
66 <img :src =" user.avatar || defaultAvatar" alt =" 头像" >
@@ -152,7 +152,6 @@ export default {
152152 return {
153153 nickname: null ,
154154 dialogFormVisible: false ,
155- defaultAvatar,
156155 form: {
157156 old_password: ' ' ,
158157 new_password: ' ' ,
@@ -182,7 +181,7 @@ export default {
182181 croppa: {},
183182 imgInfo: null ,
184183 quality: 1 ,
185- defaultAvarta ,
184+ defaultAvatar ,
186185 }
187186 },
188187 computed: {
Original file line number Diff line number Diff line change 6868 </div >
6969 </div >
7070 <div class =" quantity-icon" >
71- <img src =" ../../assets/img/about/icon1 .png" alt =" " >
71+ <img src =" ../../assets/img/about/icon .png" alt =" " >
7272 </div >
7373 </div >
7474 <div class =" quantity-item" >
8080 </div >
8181 </div >
8282 <div class =" quantity-icon" >
83- <img src =" ../../assets/img/about/icon2 .png" alt =" " >
83+ <img src =" ../../assets/img/about/icon .png" alt =" " >
8484 </div >
8585 </div >
8686 <div class =" quantity-item" >
9292 </div >
9393 </div >
9494 <div class =" quantity-icon" >
95- <img src =" ../../assets/img/about/icon3 .png" alt =" " >
95+ <img src =" ../../assets/img/about/icon .png" alt =" " >
9696 </div >
9797 </div >
9898 <div class =" quantity-item" >
104104 </div >
105105 </div >
106106 <div class =" quantity-icon" >
107- <img src =" ../../assets/img/about/icon4 .png" alt =" " >
107+ <img src =" ../../assets/img/about/icon .png" alt =" " >
108108 </div >
109109 </div >
110110 </div >
@@ -289,7 +289,7 @@ export default {
289289 width : 14px ;
290290 height : 14px ;
291291 border-radius : 14px ;
292- background-color : #DCE7FF ;
292+ background-color : #fff ;
293293 transform : translateY (2px );
294294
295295 .team-shadow {
@@ -408,8 +408,8 @@ export default {
408408 border-top-right-radius : 8px ;
409409 border-bottom-right-radius : 8px ;
410410 img {
411- width : 48 px ;
412- height : 48 px ;
411+ width : 28 px ;
412+ height : 33 px ;
413413 }
414414 }
415415 }
You can’t perform that action at this time.
0 commit comments