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;