|
|
@@ -214,6 +214,9 @@ const handleLogin = () => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.header-avatar {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
padding: 2px;
|
|
|
@@ -273,6 +276,9 @@ div.el-popover.el-popper.user-config-popover {
|
|
|
height: 70px;
|
|
|
border-bottom: 1px solid #eeeeed;
|
|
|
& > .avatar {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
width: 48px;
|
|
|
height: 48px;
|
|
|
padding-top: 7px;
|