From 8e5b142c36d486c19565002b23139ddd7cf578f3 Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 6 Nov 2018 16:22:20 +0800 Subject: [PATCH] refine css --- src/views/layout/components/Navbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;