diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index a25c562..c0be5ec 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -55,7 +55,7 @@ export default { // fix css style bug in open el-dialog .el-popup-parent--hidden { .fixed-header { - padding-right: 6px; + // padding-right: 6px; } } diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index c11582f..92f544e 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -174,23 +174,24 @@ export default { .avatar-container { margin-right: 30px; - + .avatar-wrapper { margin-top: 5px; position: relative; - + .user-avatar { cursor: pointer; width: 40px; height: 40px; - border-radius: 10px; + border-radius: 50px; } .el-icon-caret-bottom { cursor: pointer; position: absolute; right: -20px; - top: 25px; + // top: 25px; + line-height: 45px; font-size: 12px; } }