flow editor assembly and modification

This commit is contained in:
dt
2023-09-13 16:13:30 +08:00
parent 59e6d33656
commit a0ecc2eee3
3 changed files with 69 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
<template>
<div class="q-py-md">
<q-tree :nodes="LeftDataBus.root" node-key="label">
<template #header-rg="p">
<!-- <template #header-rg="p">
<ControlPanelTreeRadio
:node="p.node"
:dataBus="LeftDataBus"
></ControlPanelTreeRadio>
</template>
</template> -->
</q-tree>
</div>
</template>

View File

@@ -26,11 +26,7 @@
<script setup>
import { ref } from 'vue';
const title = ref('勤怠管理')
</script>
<style lang="sass">
.ItemSelector
border: 0.15em solid rgba(#999, .4)
border-radius: 0.4em
</style>