Industrial-image-management.../src/views/project-operation-platform/data-processing/wide-angle-video/index.vue

18 lines
370 B
Vue

<template>
<div class="WideAngleVideo-container">
<a-card title="广角视频" :bordered="false">
<a-empty description="广角视频模块正在建设中..." />
</a-card>
</div>
</template>
<script setup lang="ts">
defineOptions({ name: 'WideAngleVideo' })
</script>
<style scoped lang="scss">
.WideAngleVideo-container {
padding: 20px;
}
</style>