Browse Source

Fix PageHeader logo size

afc163 8 năm trước cách đây
mục cha
commit
0d17791578
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/components/PageHeader/index.less

+ 6 - 0
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 {