无人机管理后台前端(已迁走)
rjg
2025-06-06 311a182879165a05fe3e179547ba344fde6c9141
src/views/monitor/log/error.vue
@@ -37,8 +37,8 @@
        total: 0,
      },
      option: {
        height: 'auto',
        calcHeight: 32,
        // height: 'auto',
        // calcHeight: 32,
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
@@ -176,4 +176,13 @@
};
</script>
<style></style>
<style scoped lang="scss">
  :deep(){
    .avue-crud__body{
      .el-form{
        height: 745px;
        overflow: auto;
      }
    }
  }
</style>