Преглед на файлове

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