新增 no-grow flex 功能类样式

This commit is contained in:
liaoxuezhi 2019-07-11 12:11:47 +08:00
parent 9b9607d497
commit db4045b3c3
1 changed files with 4 additions and 0 deletions

View File

@ -1193,6 +1193,10 @@
height: 100%;
}
.no-grow {
flex-grow: unset !important;
}
@include media-breakpoint-up(sm) {
.#{$ns}Form-col {
&.w,