diff --git a/src/static/common.css b/src/static/common.css index 68e0c81..a039075 100644 --- a/src/static/common.css +++ b/src/static/common.css @@ -531,14 +531,6 @@ uni-button[type='primary'][plain] { .form-con { 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 {