UNPKG

@txdfe/at

Version:

一个设计体系组件库

9 lines (7 loc) 233 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; };