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