无人机管理后台前端(已迁走)
罗广辉
2025-10-11 02409bfbe15f22fc3b5dccadabfd860a660a49d9
src/views/util/cache.vue
@@ -11,7 +11,7 @@
    <br />
    <el-input v-model="value" placeholder="input here" />
    <div style="height: 1000px"></div>
    <div class="blocks" ></div>
  </basic-container>
</template>
@@ -24,3 +24,8 @@
  },
};
</script>
<style scoped lang="scss">
.blocks {
height: 1000px
}
</style>