This commit is contained in:
gyq
2025-11-20 10:58:34 +08:00
parent 3106d22783
commit 3dcf89e3d8
3 changed files with 41 additions and 14 deletions

View File

@@ -194,4 +194,12 @@ onLaunch(() => {
}
}
}
// u-form card专用样式
.u-form-card {
background-color: #fff;
border-radius: 20upx;
padding: 0 28upx 14upx;
margin-bottom: 28upx;
}
</style>