UNPKG

@txdfe/at

Version:

一个设计体系组件库

7 lines 231 B
export var getWidth = function getWidth(elem) { var width = elem && typeof elem.getBoundingClientRect === 'function' && elem.getBoundingClientRect().width; if (width) { width = +width.toFixed(6); } return width || 0; };