Browse Source

feat: 修复设备滚动条问题

master
ljlong_2630 2 months ago
parent
commit
f9b58aa090
  1. 4
      src/components/device/slectDeviceList.vue

4
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;

Loading…
Cancel
Save