forked from drone/command-center-dashboard

chenyao
2025-03-28 9a19efe814fd1b3f08673935ec9a9abc3394fb7c
src/styles/variables.scss
@@ -3,5 +3,6 @@
$top_height: 50px;
@function hToV($px) {
  @return calc($px / 1080) * 100vh;
  //@return calc($px / 1080) * 100vh;
  @return $px * 1px;
}