mirror of https://github.com/halo-dev/halo
fix: style.
parent
e397c09ece
commit
59d088dc4d
|
@ -30,7 +30,6 @@
|
||||||
<a-avatar
|
<a-avatar
|
||||||
class="avatar"
|
class="avatar"
|
||||||
size="small"
|
size="small"
|
||||||
style="margin-right: 0.3rem;"
|
|
||||||
:src="user.avatar || '//cn.gravatar.com/avatar/?s=256&d=mm'"
|
:src="user.avatar || '//cn.gravatar.com/avatar/?s=256&d=mm'"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -160,7 +160,7 @@ body {
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
height: 64px;
|
height: 64px;
|
||||||
padding: 0 12px 0 0;
|
padding: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
|
box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -175,7 +175,7 @@ body {
|
||||||
|
|
||||||
.action {
|
.action {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0 12px;
|
padding: 0 18px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -333,7 +333,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-index-right {
|
.header-index-right {
|
||||||
flex: 0 0 238px;
|
flex: 0 0 auto;
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue