UnisKB/ui/src/workflow/icons/image-generate-node-icon.vue

7 lines
212 B
Vue

<template>
<el-avatar shape="square" style="background: #FF8800;">
<img src="@/assets/workflow/icon_text-image.svg" style="width: 65%" alt="" />
</el-avatar>
</template>
<script setup lang="ts"></script>