登录、导航页、设备点检页

This commit is contained in:
2023-08-03 10:45:45 +08:00
parent bb5758df6f
commit cf470b2ef2
5 changed files with 215 additions and 37 deletions

View File

@@ -193,6 +193,17 @@ uni-button:after {
color: #606266;
border-radius: 10rpx;
}
.filter_textarea {
width: 100%;
height: 210rpx;
line-height: 70rpx;
border: 1px solid #dcdfe6;
background-color: #fff;
padding: 0 15rpx;
font-size: 28rpx;
color: #606266;
border-radius: 10rpx;
}
.filter_input_disabled {
background-color: #eee;
}