ZaiZai 11 meses atrás
pai
commit
7703937d9d
2 arquivos alterados com 1 adições e 3 exclusões
  1. 1 1
      public/version.json
  2. 0 2
      src/views/data-fill/query.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240909134055"
+  "value": "20240909134348"
 }

+ 0 - 2
src/views/data-fill/query.vue

@@ -877,9 +877,7 @@ const onmousedown = () => {
         leftNum = isCollapse.value ? 142 : 272
     }
     document.onmousemove = (ve) => {
-        console.log('ve.clientX', ve.clientX)
         let diffVal = ve.clientX - leftNum
-        console.log('diffVal', diffVal)
         if (diffVal >= 310 && diffVal <= 900) {
             leftWidth.value = diffVal
         }