diff --git a/App.vue b/App.vue
index 0b9eb7c..109b44f 100644
--- a/App.vue
+++ b/App.vue
@@ -69,7 +69,12 @@
/* 设置文本溢出时显示省略号 */
white-space: nowrap;
}
-
+ // :deep(.uni-picker-custom) {
+ // height: 480rpx !important;
+ // }
+ :deep(.uni-picker-content) {
+ height: 394rpx !important;
+ }
//覆盖默认组件样式
:deep(.w-form-input) {
font-size: 32rpx;
diff --git a/components/form/SelectPlus.vue b/components/form/SelectPlus.vue
index 6d900b8..a01caf6 100644
--- a/components/form/SelectPlus.vue
+++ b/components/form/SelectPlus.vue
@@ -327,17 +327,12 @@
return []
}
-