From 61160aa7aa1cbf410f4fa44a9e80a227c8d25bce Mon Sep 17 00:00:00 2001 From: yxq Date: Mon, 26 Aug 2024 14:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitorMobile/components/selectSearch.vue | 36 ++++++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/monitorMobile/components/selectSearch.vue b/monitorMobile/components/selectSearch.vue index 18ef153..2a95b12 100644 --- a/monitorMobile/components/selectSearch.vue +++ b/monitorMobile/components/selectSearch.vue @@ -6,14 +6,19 @@ {{'请选择' + popupTitle}} - + - - + + + + + + @@ -54,6 +59,12 @@ cellVisible: { default: true, }, + multiple: { + default: false, + }, + filterable: { + default: true, + }, }, data() { return { @@ -115,6 +126,19 @@ padding: 24rpx 0; } } + + .u-checkbox-group { + width: 92%; + max-height: 680rpx; + overflow-y: auto; + padding: 0 30rpx; + + .u-cell { + background-color: #fff; + border-radius: 20rpx 20rpx 0 0; + padding: 24rpx 0; + } + } .u-border-bottom { border-color: #F6F6F6 !important; @@ -123,4 +147,8 @@ .u-radio { margin-top: 18rpx; } + + .u-checkbox { + margin-top: 18rpx; + } \ No newline at end of file