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