Appearance
将值转换为像素字符串。
import { pxValue } from '@base-web-kits/base-tools-vue'; const px = pxValue(10); // '10px' const px2 = pxValue('10px'); // '10px' ```来源 [VueUse](https://vueuse.org/functions/pxValue/)