修改样式

This commit is contained in:
xuli3099
2025-08-28 14:48:02 +08:00
parent d48405420d
commit 65bb3a0810

View File

@@ -531,14 +531,6 @@ uni-button[type='primary'][plain] {
.form-con { .form-con {
padding: 0 30rpx; padding: 0 30rpx;
/* height: 100vh !important; */
/* #ifdef APP-PLUS */
height: calc(100vh - 95px) !important;
/* #endif */
/* #ifndef APP-PLUS */
height:calc(100vh - 68px) !important;
/* #endif */
overflow-y: auto;
} }
.form-con .uni-forms-item__label { .form-con .uni-forms-item__label {