Sfoglia il codice sorgente

fix FooterToolbar style

afc163 8 anni fa
parent
commit
2ed3f76aeb
2 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 3 2
      src/components/FooterToolbar/index.less
  2. 2 1
      src/layouts/BasicLayout.less

+ 3 - 2
src/components/FooterToolbar/index.less

@@ -7,9 +7,10 @@
   right: 0;
   height: 56px;
   line-height: 56px;
-  box-shadow: @shadow-1-up;
+  box-shadow: 0 -1px 2px rgba(0, 0, 0, .03);
   background: #fff;
-  padding: 0 28px;
+  border-top: 1px solid @border-color-split;
+  padding: 0 24px;
   transition: all .3s;
 
   &:after {

+ 2 - 1
src/layouts/BasicLayout.less

@@ -3,7 +3,8 @@
 .header {
   padding: 0 16px 0 0;
   background: #fff;
-  border-bottom: 1px solid @border-color-split;
+  box-shadow: 0 1px 4px rgba(0, 21, 41, .12);
+  position: relative;
 }
 
 .logo {