Преглед изворни кода

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;