【修改】头部修改间距

This commit is contained in:
zhoulingpo
2023-08-02 16:19:32 +08:00
parent d16fc829c0
commit 22d96d5d53
2 changed files with 52 additions and 5 deletions
@@ -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;