设备报修,设备列表

This commit is contained in:
2023-11-08 16:46:40 +08:00
parent 4f1e36bdfb
commit 1590058849
6 changed files with 316 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ uni-button:after {
}
.filter_item {
display: flex;
align-items: center;
align-items: flex-start;
width: 100%;
margin-bottom: 10rpx;
}
@@ -166,12 +166,12 @@ uni-button:after {
.filter_input_wraper {
/* flex: 1; */
width: calc(100% - 170rpx);
height: 80rpx;
min-height: 80rpx;
padding: 5rpx 0;
margin-left: 30rpx;
display: flex;
justify-content: flex-start;
align-items: center;
align-items: flex-start;
}
.filter_input_wraper_1 {
height: 30rpx;