diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue index c925ce55..be17f373 100644 --- a/src/views/layout/components/Navbar.vue +++ b/src/views/layout/components/Navbar.vue @@ -132,14 +132,14 @@ export default { .avatar-wrapper { margin-top: 5px; position: relative; + line-height: initial; + cursor: pointer; .user-avatar { - cursor: pointer; width: 40px; height: 40px; border-radius: 10px; } .el-icon-caret-bottom { - cursor: pointer; position: absolute; right: -20px; top: 25px;