【smart-app更新】1、版本更新记录;2、复杂表单‘3、引入tabs组件

This commit is contained in:
zhuoda
2024-03-13 21:05:28 +08:00
parent 3b31558adb
commit d170a9d189
18 changed files with 2717 additions and 368 deletions

View File

@@ -136,9 +136,9 @@
}
.smart-form-item {
height: 100rpx;
min-height: 100rpx;
height: auto;
padding-bottom: 24rpx;
//border-bottom: 1rpx solid #ededed;
align-items: center;
&:last-child {
border: none;
@@ -191,4 +191,9 @@
flex: 1;
}
}
.fixed-bottom-button {
position: fixed;
bottom: 0;
}
}