Commit 23375df6 authored by caixingbing's avatar caixingbing

*

parent d4d4d002
...@@ -93,7 +93,7 @@ export default { ...@@ -93,7 +93,7 @@ export default {
methods: { methods: {
// 编辑头像 // 编辑头像
editCropper() { editCropper() {
this.open = true; // this.open = true;
}, },
// 打开弹出层结束时的回调 // 打开弹出层结束时的回调
modalOpened() { modalOpened() {
...@@ -171,7 +171,7 @@ export default { ...@@ -171,7 +171,7 @@ export default {
height: 120px; height: 120px;
} }
.user-info-head:hover:after { /*.user-info-head:hover:after {
content: '+'; content: '+';
position: absolute; position: absolute;
left: 0; left: 0;
...@@ -187,5 +187,5 @@ export default { ...@@ -187,5 +187,5 @@ export default {
cursor: pointer; cursor: pointer;
line-height: 110px; line-height: 110px;
border-radius: 50%; border-radius: 50%;
} }*/
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment