merge
This commit is contained in:
@@ -21,9 +21,6 @@
|
|||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { inject, onMounted, reactive } from 'vue';
|
import { inject, onMounted, reactive } from 'vue';
|
||||||
// import { setNodeAttribute } from './nodeEvents';
|
|
||||||
|
|
||||||
// const emits = defineEmits(['attribute', 'param']);
|
|
||||||
|
|
||||||
const appProperty = reactive({
|
const appProperty = reactive({
|
||||||
name: '',
|
name: '',
|
||||||
@@ -108,9 +105,6 @@ onMounted(() => {
|
|||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
|
||||||
.app-text {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.app-info {
|
.app-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, defineProps, defineEmits, watch, onMounted, nextTick } from 'vue';
|
import { ref, watch, onMounted } from 'vue';
|
||||||
import { ElMessage } from 'element-plus';
|
import { ElMessage } from 'element-plus';
|
||||||
import { Graph } from '@antv/x6';
|
import { Graph } from '@antv/x6';
|
||||||
import { queryFlowTemplateDetailApi } from '@/api/capability/flow';
|
import { queryFlowTemplateDetailApi } from '@/api/capability/flow';
|
||||||
|
|||||||
Reference in New Issue
Block a user