forked from drone/command-center-dashboard

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