vxe-table-select-area
Version:
一个基于 vxe-table 的可区域选中复制、粘贴的组件
1 lines • 511 B
JavaScript
;function getScrollbarWidth(){var e=document.createElement("div"),t=(e.className="ve-scrollbar-wrap",e.style.visibility="hidden",e.style.width="100px",e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e),e.offsetWidth),l=(e.style.overflow="scroll",document.createElement("div")),l=(l.style.width="100%",e.appendChild(l),l.offsetWidth);return e.parentNode.removeChild(e),t-l}Object.defineProperty(exports,"__esModule",{value:!0}),exports.getScrollbarWidth=getScrollbarWidth;