仪表盘
版本库
文件存储
活动
搜索
登录
main
/
animationDemo
基于北京SDK的方案预演功能
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
代码更新
surprise
2024-05-07
087510aa88b0a6b6b5c648907e9dd52394621d47
[animationDemo.git]
/
src
/
components
/
plot
/
militaryPlotting.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<div class="militaryBox"></div>
</template>
<script lang="ts" setup></script>
<style lang="less" scoped>
.militaryBox {
width: 100%;
height: 100%;
background: skyblue;
}
</style>