diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index b76aa588..0e73af7d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -539,9 +539,9 @@ export default { .user-avatar { cursor: pointer; - width: 40px; - height: 40px; - border-radius: 10px; + width: 20px; + height: 20px; + border-radius: 3px; } .el-icon-caret-bottom {