Forráskód Böngészése

mod:开发者配置 相机舵机

panqiuyao 7 hónapja
szülő
commit
dcc94a3f39
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      frontend/src/views/Developer/normal.vue

+ 4 - 4
frontend/src/views/Developer/normal.vue

@@ -25,13 +25,13 @@
     <el-col :span="6">舵机偏移(度):</el-col>
 
     <el-col :span="12"><el-input
-        @change="changeNum('相机舵机','move_deviation','camera_steering_deviation',-40, 40)"
-        :min="-40" :max="40"
+        @change="changeNum('相机舵机','move_deviation','camera_steering_deviation',-90, 90)"
+        :min="-90" :max="90"
         :step="0.1"
         v-model="editRowData.camera_steering_deviation" type="number"/>
-      <div class="error-msg">最小-40,最大40</div>
+      <div class="error-msg">最小-90,最大90</div>
     </el-col>
-    <el-col :span="6"><el-button @click="changeNum('相机舵机','set_deviation','camera_steering_deviation',-40, 40)">设定</el-button></el-col>
+    <el-col :span="6"><el-button @click="changeNum('相机舵机','set_deviation','camera_steering_deviation',-90, 90)">设定</el-button></el-col>
   </el-row>