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

7 lines
208 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: #34C724">
2025-06-11 11:15:17 +00:00
<img src="@/assets/workflow/icon_setting.svg" style="width: 65%" 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>