mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-25 19:21:34 +08:00
Merge branch 'master' of gitlab.qima-inc.com:weapp/zui
This commit is contained in:
commit
156559d8a6
4
dist/form/index.wxss
vendored
4
dist/form/index.wxss
vendored
@ -16,3 +16,7 @@
|
|||||||
.zui-form__input {
|
.zui-form__input {
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zui-form__input input {
|
||||||
|
min-height: 26px;
|
||||||
|
}
|
||||||
|
4
dist/panel/index.wxss
vendored
4
dist/panel/index.wxss
vendored
@ -5,3 +5,7 @@
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zui-panel--without-margin-top {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user