haoxuan
2024-02-05 9c39dc7cd98be5b675310ac7af643964a7c86106
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>