bug修复

This commit is contained in:
wuhongjian 2022-07-06 10:36:41 +08:00
parent c2bb7f5eb8
commit d96a0c440b
5 changed files with 8 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -54,11 +54,7 @@
:key="index"
>
<img
:src="
'http://15.2.21.238:8888/renren-admin/upload/2022/07/05/2318486e-981f-42b5-bbda-8f519854f9c9.png' ||
item.note1 ||
''
"
:src="item.note1"
alt=""
/>
<h3>{{ item.name }}</h3>

View File

@ -1,8 +1,8 @@
<!--
* @Author: hisense.liangjunhua
* @Date: 2022-06-19 10:16:10
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-05 20:03:31
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-05 21:26:40
* @Description: 告诉大家这是什么
-->
<template>
@ -262,6 +262,7 @@
}
onMounted(() => {
echarts.init(document.getElementById('echarts-box2')).dispose()
const chart = document.getElementById('echarts-box2')
if (chart) {
myChart = echarts.init(chart)

View File

@ -1,8 +1,8 @@
<!--
* @Author: hisense.liangjunhua
* @Date: 2022-06-19 10:15:33
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-05 16:11:11
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-05 21:25:47
* @Description: 告诉大家这是什么
-->
<template>
@ -172,6 +172,7 @@
series: lineY,
}
onMounted(() => {
echarts.init(document.getElementById('echarts-box')).dispose()
trafficStatistics({
startDate: dateList[0],
endDate: dateList[dateList.length - 1],

View File

@ -326,7 +326,7 @@
.name-bg {
height: 0.6rem;
width: 0.6rem;
// background: url('~@/assets/newHome/newHome-title-bg.png') no-repeat;
background: url('~@/assets/newHome/newHome-title-bg.png') no-repeat;
background-size: 100%;
margin-right: 0.15rem;
}