芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/@popperjs/core/lib/utils/rectToClientRect.js
export default function rectToClientRect(rect) { return Object.assign({}, rect, { left: rect.x, top: rect.y, right: rect.x + rect.width, bottom: rect.y + rect.height }); }