Merge branch 'feature/linzhijun_扣子智能体_0710' of https://gta.lvfunai.com/ai-team/lingji-work-fe into feature/linzhijun_扣子智能体_0710
# Conflicts: # src/views/agent/work-flow/index.vue
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
</div>
|
||||
<div class="workflow-container">
|
||||
<div class="left-wap mr-24px" v-if="isCollapsed == false">
|
||||
<div class="w-full w-100% mb-15px bg-#F0EDFF h-160px rounded-8px">
|
||||
<img v-if="cozeInfo?.image_url" :src="cozeInfo?.image_url" class="w-full h-full object-contain" />
|
||||
<div class="w-full w-100% mb-15px h-160px rounded-8px bg-#E6E6E8" v-image-main-color="cozeInfo.image_url">
|
||||
<img v-if="cozeInfo?.image_url" :src="cozeInfo?.image_url" class= "w-full h-full object-contain" />
|
||||
</div>
|
||||
<div class="content mb-15px">
|
||||
<div class="title-body">
|
||||
@ -104,7 +104,7 @@ import { marked } from 'marked';
|
||||
import DOMPurify from 'dompurify';
|
||||
import menuFold from '@/assets/svg/menu-fold.svg';
|
||||
import menuUnfold from '@/assets/svg/menu-unfold.svg';
|
||||
import { formatNumberShow } from '@/utils/tools';
|
||||
import { formatNumberShow } from "@/utils/tools"
|
||||
|
||||
const formFields = ref({});
|
||||
const history = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user