bill 8 月之前
父节点
当前提交
0f749b4abf
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/store/path.ts
  2. 2 2
      src/views/guide/path/edit-path.vue

+ 1 - 1
src/store/path.ts

@@ -45,7 +45,7 @@ export const createPath = (path: Partial<Path> = {}): Path => {
     lineColor: 'ff0000',
     lineAltitudeAboveGround: 10,
     reverseDirection: false,
-    lineWidth: 3,
+    lineWidth: 0.6,
     name: '',
     fontSize: 1,
     showDirection: false,

+ 2 - 2
src/views/guide/path/edit-path.vue

@@ -25,8 +25,8 @@
               <InputNumber
                 style="width: 120px"
                 v-model:value="data.lineWidth"
-                :max="10"
-                :min="1"
+                :max="1"
+                :min="0.2"
                 :controls="false"
               >
                 <template #addonBefore>