1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

form 增加上边框

This commit is contained in:
pangxie1991 2017-02-04 16:41:41 +08:00
parent ed767e4910
commit 63b20727ab

@ -1,5 +1,6 @@
.zui-form { .zui-form {
background-color: #fff; background-color: #fff;
border-top: 1rpx solid #e5e5e5;
border-bottom: 1rpx solid #e5e5e5; border-bottom: 1rpx solid #e5e5e5;
} }