ソースを参照

Merge branch 'master' of http://192.168.0.115:3000/bill/traffic-laser

xzw 2 年 前
コミット
860d2aca3e

ファイルの差分が大きいため隠しています
+ 1 - 1
server/test/a0k4xu045_202305311600080410/attach/sceneStore


+ 1 - 1
src/graphic/CanvasStyle/default.js

@@ -30,7 +30,7 @@ const Magnifier = {
   radius: 10 * coordinate.ratio,
   target: {
     radius: 100 * coordinate.ratio,
-    realRadius: 50 * coordinate.ratio,
+    realRadius: 20 * coordinate.ratio,
     strokeStyle: "#2F8FFF",
     lineWidth: 3 * coordinate.ratio,
   },

+ 1 - 1
src/views/roads/tabulation.vue

@@ -279,7 +279,7 @@ const saveHandler = async () => {
 }
 
 .content table {
-  width: 980px;
+  width: 100%;
   height: 800px;
   border-collapse: collapse;
 

+ 1 - 0
src/views/scene/covers/measure.vue

@@ -39,6 +39,7 @@ const clickHandler = ev => {
   const $canvas = document.querySelector(".scene-canvas > canvas")
   if (!$canvas || !$canvas.contains(ev.target)) {
     emit("blur")
+    console.log("blur measure")
     measure.value.selected(false)
   }
 }

+ 2 - 2
src/views/scene/menus/menus.ts

@@ -85,14 +85,14 @@ export const menus: MenuRaw[] = [
       console.log("push")
       modeDisabled.push(ref(true))
       doms.forEach(dom => dom.style.display = "none");
-      // sdk.scene.enterTopView()
+      sdk.enterTopView()
 
       return () => {
         doms.forEach(dom => dom.style.display = "block");
         laserModeStack.pop()
         console.log("pop")
         modeDisabled.pop()
-        // sdk.scene.leaveTopView()
+        sdk.leaveTopView()
       }
     },
     children: [