charles
2024-04-29 b95cf940af8e01e4eca30b2599b029c2f645bd1e
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>