Просмотр исходного кода

refactor(lss): improve code readability and consistency in index.vue

- Consolidated attributes in form and table components for a cleaner layout.
- Reduced unnecessary line breaks to enhance overall readability.
- Streamlined the structure of the LSS editing drawer and camera management components.
- Ensured consistent formatting across the index.vue file for better maintainability.
yb 1 неделя назад
Родитель
Сommit
00ce276715
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/lss/index.vue

+ 2 - 2
src/views/lss/index.vue

@@ -453,10 +453,10 @@
           <el-input v-model="cameraForm.password" type="password" show-password placeholder="请输入密码" />
         </el-form-item>
         <el-form-item label="参数配置">
-          <el-input v-model="cameraForm.configParams" type="textarea" :rows="15" placeholder="请输入参数配置" />
+          <el-input v-model="cameraForm.configParams" type="textarea" :rows="5" placeholder="请输入参数配置" />
         </el-form-item>
         <el-form-item label="设备运行参数">
-          <el-input v-model="cameraForm.runParams" type="textarea" :rows="15" placeholder="设备运行参数" />
+          <el-input v-model="cameraForm.runParams" type="textarea" :rows="5" placeholder="设备运行参数" />
         </el-form-item>
         <!-- 编辑时显示品牌选择 -->
         <el-form-item v-if="isEditCamera" label="品牌" prop="brand">