修改bug
parent
c813f007bf
commit
d8b79d9879
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.4 MiB |
|
|
@ -166,16 +166,16 @@ const setChart = (data) => {
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
},
|
},
|
||||||
title: {
|
// title: {
|
||||||
text: title,
|
// text: title,
|
||||||
left: '2%',
|
// left: '2%',
|
||||||
top: '3%',
|
// top: '3%',
|
||||||
textStyle: {
|
// textStyle: {
|
||||||
color: '#fff',
|
// color: '#fff',
|
||||||
fontSize: 18,
|
// fontSize: 18,
|
||||||
fontWeight: 'bold',
|
// fontWeight: 'bold',
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
// boundaryGap: false,
|
// boundaryGap: false,
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ const handleChangeName = () => {
|
||||||
const handleDelete = () => {
|
const handleDelete = () => {
|
||||||
showConfirmDialog({
|
showConfirmDialog({
|
||||||
title: '删除对话?',
|
title: '删除对话?',
|
||||||
message: `这将删除${props.data.title}`,
|
message: `这将删除对话`,
|
||||||
confirmButtonText: '删除',
|
confirmButtonText: '删除',
|
||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -140,6 +140,7 @@
|
||||||
<p>拉升成交量优化用户画像,提升交易转化</p>
|
<p>拉升成交量优化用户画像,提升交易转化</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<img class="w-full" src="@/assets/images/stream/10.png" alt="" srcset="" />
|
||||||
<div class="px-42px py-30px">
|
<div class="px-42px py-30px">
|
||||||
<div class="font-bold text-35px">企业营销</div>
|
<div class="font-bold text-35px">企业营销</div>
|
||||||
<div class="text-22px text-[#C2C5CA] mt-20px leading-30px">
|
<div class="text-22px text-[#C2C5CA] mt-20px leading-30px">
|
||||||
|
|
@ -147,6 +148,7 @@
|
||||||
<p>优化品牌IP或代言人,精准获客</p>
|
<p>优化品牌IP或代言人,精准获客</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<img class="w-full" src="@/assets/images/stream/11.png" alt="" srcset="" />
|
||||||
<div class="px-42px py-30px">
|
<div class="px-42px py-30px">
|
||||||
<div class="font-bold text-35px">智能交互</div>
|
<div class="font-bold text-35px">智能交互</div>
|
||||||
<div class="text-22px text-[#C2C5CA] mt-20px leading-30px">
|
<div class="text-22px text-[#C2C5CA] mt-20px leading-30px">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue