确认处理

This commit is contained in:
2022-10-14 16:05:55 +08:00
parent f95df039f3
commit a4fcb7e825
5 changed files with 29 additions and 17 deletions

View File

@@ -117,12 +117,16 @@ uni-button:after {
width: 100%;
height: 70rpx;
line-height: 70rpx;
border-bottom: 1px solid #dcdfe6;
border: 1px solid #dcdfe6;
background: #fff;
padding: 0 15rpx;
font-size: 28rpx;
color: #606266;
border-radius: 4rpx;
}
.filter_input:disabled {
background: #c9c9c9;
}
.grid-wraper {
width: 100%;
}