Browse Source

优化布局

es6
guy 3 years ago
parent
commit
0d6eba1cb7
  1. 7
      src/less/core/wrapper/flex.wrapper.horizontal.less
  2. 7
      src/less/core/wrapper/flex.wrapper.vertical.less

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

@ -65,7 +65,6 @@
flex-wrap: nowrap; flex-wrap: nowrap;
min-height: 100%; min-height: 100%;
min-width: 100%;
&.v-middle { &.v-middle {
///* 09版 */ ///* 09版 */
@ -82,9 +81,9 @@
margin-bottom: auto !important; margin-bottom: auto !important;
} }
//&.h-center { &.h-center {
// min-width: 100%; min-width: 100%;
//} }
} }
&.v-bottom { &.v-bottom {

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

@ -65,7 +65,6 @@
flex-wrap: nowrap; flex-wrap: nowrap;
min-width: 100%; min-width: 100%;
min-height: 100%;
&.h-center { &.h-center {
///* 09版 */ ///* 09版 */
@ -83,9 +82,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