Browse Source

布局大一统

es6
guy 3 years ago
parent
commit
b2156b4e57
  1. 12
      src/less/core/wrapper/flex.wrapper.horizontal.less

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

@ -131,6 +131,18 @@
align-items: flex-end;
}
&.v-stretch {
/* 09版 */
-webkit-box-align: stretch;
/* 12版 */
-webkit-align-items: stretch;
-moz-align-items: stretch;
-ms-align-items: stretch;
-ms-flex-align: stretch;
-o-align-items: stretch;
align-items: stretch;
}
& .f-s-h-w, & .flex-scrollable-horizontal-layout-wrapper {
.flex();
.horizontal();

Loading…
Cancel
Save