Merge branch 'master' of gitlab.qima-inc.com:weapp/zui

This commit is contained in:
Nino 2016-12-22 10:48:58 +08:00
commit 156559d8a6
2 changed files with 8 additions and 0 deletions

View File

@ -16,3 +16,7 @@
.zui-form__input { .zui-form__input {
min-height: 26px; min-height: 26px;
} }
.zui-form__input input {
min-height: 26px;
}

View File

@ -5,3 +5,7 @@
margin-top: 10px; margin-top: 10px;
overflow: hidden; overflow: hidden;
} }
.zui-panel--without-margin-top {
margin-top: 0;
}