yangfeng
2024-02-06 7edf66cafb871c5fb28911dfb02611ef5c9910b2
src/views/dashboard/components/DeviceCheckList.vue
@@ -76,6 +76,7 @@
    })
    return
  }
  localStorage.setItem('currentDeviceID', selectedDevice.value || '')
  apiSetCurrentDevice({ currentDeviceID: selectedDevice.value })
    .then(() => {
      ElMessage({
@@ -166,6 +167,6 @@
  }
}
.scroller {
  padding: 4px 16px;
  padding: 4px 10px;
}
</style>