fix bug
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user