From f9b58aa0908bbe671159f0c47a99ed5fa4350b79 Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Thu, 2 Jan 2025 15:09:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/device/slectDeviceList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/device/slectDeviceList.vue b/src/components/device/slectDeviceList.vue index 672dbf9..12aa153 100644 --- a/src/components/device/slectDeviceList.vue +++ b/src/components/device/slectDeviceList.vue @@ -185,8 +185,8 @@ } } .list { - overflow-y: auto; /* 启用垂直滚动条 */ - max-height: 500px; /* 设置最大高度 */ + // overflow-y: auto; /* 启用垂直滚动条 */ + // max-height: 500px; /* 设置最大高度 */ .device { display: flex; margin-bottom: 20rpx;