|
@@ -197,12 +197,7 @@ defineExpose({
|
|
|
class="dialogue_content_item"
|
|
class="dialogue_content_item"
|
|
|
v-for="item in group"
|
|
v-for="item in group"
|
|
|
:key="item.label"
|
|
:key="item.label"
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- @click="handelClick(item.label)"
|
|
|
|
|
- :class="{ 'long_item': item.isLong }"
|
|
|
|
|
-=======
|
|
|
|
|
:class="{ long_item: item.isLong }"
|
|
:class="{ long_item: item.isLong }"
|
|
|
->>>>>>> dev
|
|
|
|
|
>
|
|
>
|
|
|
{{ item.label }}
|
|
{{ item.label }}
|
|
|
</div>
|
|
</div>
|
|
@@ -215,35 +210,18 @@ defineExpose({
|
|
|
<div class="AIRobot-top" v-if="isShowAIRobotTop">
|
|
<div class="AIRobot-top" v-if="isShowAIRobotTop">
|
|
|
<div class="flex_end" @click="HideAIRobotTopTwo">
|
|
<div class="flex_end" @click="HideAIRobotTopTwo">
|
|
|
<div class="icon flex_center">
|
|
<div class="icon flex_center">
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
<span class="iconfont_icon icon_dark AI_icon">
|
|
<span class="iconfont_icon icon_dark AI_icon">
|
|
|
<svg class="iconfont" aria-hidden="true">
|
|
<svg class="iconfont" aria-hidden="true">
|
|
|
<use xlink:href="#icon-icon_reject_b"></use>
|
|
<use xlink:href="#icon-icon_reject_b"></use>
|
|
|
</svg>
|
|
</svg>
|
|
|
</span>
|
|
</span>
|
|
|
-=======
|
|
|
|
|
- <span class="iconfont_icon icon_dark">
|
|
|
|
|
- <svg class="iconfont" aria-hidden="true">
|
|
|
|
|
- <use xlink:href="#icon-icon_reject_b"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- </span>
|
|
|
|
|
->>>>>>> dev
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="dialogue_title">Hi! I'm your Freight Assistant, always on call</div>
|
|
<div class="dialogue_title">Hi! I'm your Freight Assistant, always on call</div>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 悬浮icon -->
|
|
<!-- 悬浮icon -->
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- <div class="AIRobot flex_center" v-if="AIIconVisible">
|
|
|
|
|
- <el-popover
|
|
|
|
|
- :visible="visible"
|
|
|
|
|
- placement="top-end"
|
|
|
|
|
- width="auto"
|
|
|
|
|
- >
|
|
|
|
|
-=======
|
|
|
|
|
<div class="AIRobot flex_center">
|
|
<div class="AIRobot flex_center">
|
|
|
<el-popover :visible="visible" placement="top-end" width="auto">
|
|
<el-popover :visible="visible" placement="top-end" width="auto">
|
|
|
->>>>>>> dev
|
|
|
|
|
<template #reference>
|
|
<template #reference>
|
|
|
<el-avatar
|
|
<el-avatar
|
|
|
@click="AvatarClick"
|
|
@click="AvatarClick"
|