|
@@ -292,7 +292,6 @@ function handleClose() {
|
|
|
let queryFormRef = ref();
|
|
|
let containerRef = ref();
|
|
|
function handleResize() {
|
|
|
- debugger
|
|
|
const containerWidth = containerRef.value.clientWidth * (document.body.clientWidth / 8960);
|
|
|
const containerHeight = containerRef.value.clientHeight * (document.body.clientHeight / 2520);
|
|
|
width.value = containerWidth + 'px';
|