gaosp
2024-01-20 ce3477305528e91f54f4b7d4d7a02ec6b6888a59
update
已修改1个文件
3 ■■■■ 文件已修改
src/container/mapPreview/Map.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/container/mapPreview/Map.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-01-05 23:47:53
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-20 20:41:19
 * @LastEditTime: 2024-01-20 20:44:04
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/Map.vue
-->
<template>
@@ -92,7 +92,6 @@
                    this.$nextTick(() => {
                        let {width} = document.querySelector('.table div').getBoundingClientRect()
                        let {width: tableW} = document.querySelector('.table').getBoundingClientRect()
                        console.log(width, '>>>>>>>', tableW)
                        if (width > tableW) {
                            this.leftMax = width - tableW
                            clearTimeout(timer)