forked from drone/command-center-dashboard

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