修改bug

master
ihzero 2023-08-23 20:02:52 +08:00
parent c813f007bf
commit d8b79d9879
6 changed files with 13 additions and 11 deletions

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

View File

@ -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,

View File

@ -110,7 +110,7 @@ const handleChangeName = () => {
const handleDelete = () => { const handleDelete = () => {
showConfirmDialog({ showConfirmDialog({
title: '删除对话?', title: '删除对话?',
message: `这将删除${props.data.title}`, message: `这将删除对话`,
confirmButtonText: '删除', confirmButtonText: '删除',
cancelButtonText: '取消', cancelButtonText: '取消',
}) })

View File

@ -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">