Browse Source

fix: noticebar 样式

Ymm0008 3 years ago
parent
commit
49bba606b2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/packages/__VUE/noticebar/index.scss

+ 2 - 0
src/packages/__VUE/noticebar/index.scss

@@ -37,6 +37,8 @@
     padding-right: 40px;
   }
   .nut-noticebar__page-lefticon {
+    display: flex;
+    align-items: center;
     height: $noticebar-left-icon-width;
     min-width: $noticebar-left-icon-width;
     margin: $noticebar-lefticon-margin;