Browse Source

Fix PageHeader logo size

pull/457/head
afc163 9 years ago
parent
commit
0d17791578
  1. 6
      src/components/PageHeader/index.less

6
src/components/PageHeader/index.less

@ -31,6 +31,12 @@
flex: 0 1 auto;
margin-right: 16px;
padding-top: 1px;
> img {
width: 28px;
height: 28px;
border-radius: @border-radius-base;
display: block;
}
}
.title {

Loading…
Cancel
Save