【修改】头部修改间距
This commit is contained in:
@@ -326,7 +326,39 @@ export default {
|
||||
.user-wrapper {
|
||||
float: right;
|
||||
height: 100%;
|
||||
.small-action {
|
||||
cursor: pointer;
|
||||
padding: 0 5px;
|
||||
display: inline-block;
|
||||
transition: all .3s;
|
||||
|
||||
height: 70%;
|
||||
line-height: 46px;
|
||||
|
||||
&.action-full {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.avatar {
|
||||
margin: 20px 10px 20px 0;
|
||||
color: #1890ff;
|
||||
background: hsla(0, 0%, 100%, .85);
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.anticon {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
.action {
|
||||
cursor: pointer;
|
||||
padding: 0 14px;
|
||||
|
||||
Reference in New Issue
Block a user