巡检内容

This commit is contained in:
xuli
2025-11-20 18:14:15 +08:00
parent 4115adbdb0
commit a62063850b
2 changed files with 10 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ onMounted(() => {
.to{
color:#333333;
font-size:28rpx;
margin:0 30rpx;
margin:0 42rpx;
}
}
.picker-view {
@@ -232,6 +232,9 @@ onMounted(() => {
:deep(.item){
text-align: center;
line-height: 78rpx;
/* #ifdef APP-PLUS */
line-height: 88rpx;
/* #endif */
}
}
}