Browse Source

优化布局

es6
guy 3 years ago
parent
commit
2f449d0d3f
  1. 6
      src/less/core/wrapper/flex.wrapper.horizontal.less
  2. 6
      src/less/core/wrapper/flex.wrapper.vertical.less

6
src/less/core/wrapper/flex.wrapper.horizontal.less

@ -82,9 +82,9 @@
margin-bottom: auto !important; margin-bottom: auto !important;
} }
&.h-center { //&.h-center {
min-width: 100%; // min-width: 100%;
} //}
} }
&.v-bottom { &.v-bottom {

6
src/less/core/wrapper/flex.wrapper.vertical.less

@ -83,9 +83,9 @@
margin-right: auto !important; margin-right: auto !important;
} }
&.v-middle { //&.v-middle {
min-height: 100%; // min-height: 100%;
} //}
} }
&.h-right { &.h-right {

Loading…
Cancel
Save