修改 电能质量问题

This commit is contained in:
GGJ
2024-04-08 11:24:45 +08:00
parent 81a1e38344
commit ec6dec3eef
5 changed files with 57 additions and 7 deletions

View 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>