7 lines
208 B
Vue
7 lines
208 B
Vue
|
|
<template>
|
||
|
|
<el-avatar shape="square" style="background: #7F3BF5">
|
||
|
|
<img src="@/assets/workflow/icon_intent.svg" style="width: 100%" alt="" />
|
||
|
|
</el-avatar>
|
||
|
|
</template>
|
||
|
|
<script setup lang="ts"></script>
|