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