forked from drone/command-center-dashboard

shuishen
2025-04-02 e14358f85a7d32a753225f253ff223d17cf36c25
src/utils/rem.js
@@ -8,6 +8,5 @@
}
export const pxToRem = width => {
   return width * 0.1 + 'rem';
};
   return width * 0.1 + 'rem'
}