无人机管理后台前端(已迁走)
rjg
2025-06-06 311a182879165a05fe3e179547ba344fde6c9141
src/views/system/sysConfig.vue
@@ -21,10 +21,10 @@
      @on-load="onLoad"
    >
      <template #menu-left>
        <el-button
          type="primary"
        <el-button
          type="primary"
          icon="el-icon-plus"
          v-if="permissionList.addBtn"
          v-if="permissionList.addBtn"
          @click="$refs.crud.rowAdd()"
        >新增</el-button>
        <el-button
@@ -70,8 +70,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 950,
        tip: false,
        searchShow: true,
@@ -304,4 +302,13 @@
};
</script>
<style></style>
<style scoped lang="scss">
  :deep(){
    .avue-crud__body{
      .el-form{
        height: 745px;
        overflow: auto;
      }
    }
  }
</style>