perf[avatar]:minimize the selected area of avatar on the mobile phone when user clicked avatar (#1304)
This commit is contained in:
parent
889771fa7a
commit
4b916c8e4d
|
@ -130,15 +130,16 @@ export default {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
.avatar-wrapper {
|
.avatar-wrapper {
|
||||||
cursor: pointer;
|
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
.user-avatar {
|
.user-avatar {
|
||||||
|
cursor: pointer;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.el-icon-caret-bottom {
|
.el-icon-caret-bottom {
|
||||||
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -20px;
|
right: -20px;
|
||||||
top: 25px;
|
top: 25px;
|
||||||
|
|
Loading…
Reference in New Issue