소스 검색

Update index.less (#3173)

全局页面头右侧padding,防止滚动条闪烁
Ya Liu 7 년 전
부모
커밋
534cbe391b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/GlobalHeader/index.less

+ 1 - 1
src/components/GlobalHeader/index.less

@@ -4,7 +4,7 @@
 
 .header {
   height: @layout-header-height;
-  padding: 0;
+  padding: 0 8px 0 0;
   background: #fff;
   box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
   position: relative;