UnisKB/ui/src/workflow/icons/condition-node-icon.vue

7 lines
202 B
Vue
Raw Normal View History

2025-06-03 08:08:49 +00:00
<template>
2025-06-05 09:28:07 +00:00
<el-avatar shape="square" style="background: #14C0FF;">
2025-06-03 08:08:49 +00:00
<img src="@/assets/icon_condition.svg" style="width: 75%" alt="" />
2025-06-05 09:28:07 +00:00
</el-avatar>
2025-06-03 08:08:49 +00:00
</template>
<script setup lang="ts"></script>