This commit is contained in:
wangshiming
2022-03-09 14:14:36 +08:00
parent e1f4be6b8b
commit 98e10f6767
8 changed files with 161 additions and 19 deletions

View File

@ -1,6 +1,5 @@
@import '../../../../less/edit.less';
.user-info {
font-size: 16px;
@ -9,9 +8,9 @@
}
img {
width : 64px;
height : 64px;
margin-right : 15px;
width: 64px;
height: 64px;
margin-right: 15px;
border-radius: 50%;
}
@ -21,22 +20,21 @@
}
::ng-deep {
.affix {
position: fixed;
top : 20px !important;
z-index : 999 !important;
right : 25px;
left : 25px;
top: 20px !important;
right: 25px;
left: 25px;
z-index: 999 !important;
}
.alain-pro__menu-side .alain-pro__main {
.affix {
position: fixed;
top : 20px !important;
z-index : 999 !important;
right : 25px;
left : 250px;
top: 20px !important;
right: 25px;
left: 250px;
z-index: 999 !important;
}
}
@ -45,4 +43,4 @@
left: 106px;
}
}
}
}