From 906e4bf4de9cf085498aab63e10c07c245175dde Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Wed, 19 Jun 2024 18:33:39 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=8F=90=E4=BA=A4=E8=BD=A6?= =?UTF-8?q?=E8=BE=86=E6=90=9C=E7=B4=A2=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 7 ++++++- components/form/SelectPlus.vue | 9 ++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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 [] } -