无人机管理后台前端(已迁走)
张含笑
2025-05-28 b9d4b7c162ff0d170105fd132becc3f0c0863127
src/views/system/param.vue
@@ -1,7 +1,7 @@
<template>
  <basic-container>
    <div class="avue-crud">
      <el-row :hidden="!search" style="padding: 6px 18px">
      <el-row :hidden="!search" class="rowStyle" >
        <!-- 查询模块 -->
        <el-form :inline="true" :model="query">
          <el-form-item label="参数名:">
@@ -369,3 +369,8 @@
  },
};
</script>
<style scoped>
.rowStyle {
padding: 6px 18px
}
</style>