forked from drone/command-center-dashboard

chenyao
2025-03-28 9a19efe814fd1b3f08673935ec9a9abc3394fb7c
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>