File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" user" >
3
- <el-dropdown trigger = " click " >
3
+ <el-dropdown >
4
4
<span class =" el-dropdown-link" >
5
5
<div class =" nav-avatar" >
6
6
<img :src =" user.avatar || defaultAvatar" alt =" 头像" >
@@ -152,7 +152,6 @@ export default {
152
152
return {
153
153
nickname: null ,
154
154
dialogFormVisible: false ,
155
- defaultAvatar,
156
155
form: {
157
156
old_password: ' ' ,
158
157
new_password: ' ' ,
@@ -182,7 +181,7 @@ export default {
182
181
croppa: {},
183
182
imgInfo: null ,
184
183
quality: 1 ,
185
- defaultAvarta ,
184
+ defaultAvatar ,
186
185
}
187
186
},
188
187
computed: {
Original file line number Diff line number Diff line change 68
68
</div >
69
69
</div >
70
70
<div class =" quantity-icon" >
71
- <img src =" ../../assets/img/about/icon1 .png" alt =" " >
71
+ <img src =" ../../assets/img/about/icon .png" alt =" " >
72
72
</div >
73
73
</div >
74
74
<div class =" quantity-item" >
80
80
</div >
81
81
</div >
82
82
<div class =" quantity-icon" >
83
- <img src =" ../../assets/img/about/icon2 .png" alt =" " >
83
+ <img src =" ../../assets/img/about/icon .png" alt =" " >
84
84
</div >
85
85
</div >
86
86
<div class =" quantity-item" >
92
92
</div >
93
93
</div >
94
94
<div class =" quantity-icon" >
95
- <img src =" ../../assets/img/about/icon3 .png" alt =" " >
95
+ <img src =" ../../assets/img/about/icon .png" alt =" " >
96
96
</div >
97
97
</div >
98
98
<div class =" quantity-item" >
104
104
</div >
105
105
</div >
106
106
<div class =" quantity-icon" >
107
- <img src =" ../../assets/img/about/icon4 .png" alt =" " >
107
+ <img src =" ../../assets/img/about/icon .png" alt =" " >
108
108
</div >
109
109
</div >
110
110
</div >
@@ -289,7 +289,7 @@ export default {
289
289
width : 14px ;
290
290
height : 14px ;
291
291
border-radius : 14px ;
292
- background-color : #DCE7FF ;
292
+ background-color : #fff ;
293
293
transform : translateY (2px );
294
294
295
295
.team-shadow {
@@ -408,8 +408,8 @@ export default {
408
408
border-top-right-radius : 8px ;
409
409
border-bottom-right-radius : 8px ;
410
410
img {
411
- width : 48 px ;
412
- height : 48 px ;
411
+ width : 28 px ;
412
+ height : 33 px ;
413
413
}
414
414
}
415
415
}
You can’t perform that action at this time.
0 commit comments