空管入库

This commit is contained in:
2022-10-12 10:35:42 +08:00
parent 545bb8f0af
commit 92e9b329b8
4 changed files with 95 additions and 30 deletions

View File

@@ -71,7 +71,7 @@ uni-button:after {
}
.content {
width: 100%;
height: 100%;
height: auto;
padding: 92rpx 15rpx 82rpx 14rpx;
}
.wrapper {
@@ -198,11 +198,12 @@ uni-button:after {
margin: 0 20rpx 10rpx 0;
border-radius: 30rpx;
}
.btn-disabled {
.btn-disabled, .submit-button:disabled {
background-color: #c9c9c9;
border: 1px solid #c9c9c9;
color: #fff;
}
/** 弹窗 */
.msg_wrapper {