14
src/shared/components/FlowchartEditor/index.vue
Normal file
14
src/shared/components/FlowchartEditor/index.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="container">可拖拽的流程图编辑器</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.container {
|
||||
width: 100%;
|
||||
height: calc(100vh - 133px);
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user