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;
min-height: 100%;
min-width: 100%;
&.v-middle {
///* 09版 */
@ -82,9 +81,9 @@
margin-bottom: auto !important;
}
//&.h-center {
// min-width: 100%;
//}
&.h-center {
min-width: 100%;
}
}
&.v-bottom {

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

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

Loading…
Cancel
Save