无人机管理后台前端(已迁走)
张含笑
2025-09-27 d78c03738b970e9b7c3a7eb46948ca0cc3381237
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>