修改 电能质量问题
This commit is contained in:
16
src/views/pqs/supervise/workflows/index.vue
Normal file
16
src/views/pqs/supervise/workflows/index.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div class="default-main" :style="layout">123</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onMounted, reactive, ref, provide } from 'vue'
|
||||
|
||||
import { mainHeight } from '@/utils/layout'
|
||||
defineOptions({
|
||||
name: 'Workflow/Designer/tools'
|
||||
})
|
||||
|
||||
const layout = mainHeight(20)
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user