forked from drone/command-center-dashboard

chenyao
2025-03-28 3748cbf0a42798c6fd9e27eecd7355871f99687d
src/views/Home/components/HomeRight/HomeRight.vue
@@ -16,13 +16,13 @@
<style scoped lang="scss">
.home-right {
  position: absolute;
  top: hToV(122);
  top: 122px;
  right: 31px;
  width: 404px;
  .titleBox {
    width: 404px;
    height: hToV(43);
    height: 43px;
  }
}
</style>