文件修改。
This commit is contained in:
parent
bf4b6edcdd
commit
51f219b9bf
|
@ -98,7 +98,7 @@
|
|||
</div>
|
||||
<div class="video-content">
|
||||
<div class="video-title">
|
||||
<div class="title-name"><span>周边图片</span></div>
|
||||
<div class="title-name"><span>周边视频</span></div>
|
||||
<!-- <div class="check-more">查看更多</div> -->
|
||||
</div>
|
||||
<div class="video-play-content">
|
||||
|
@ -240,7 +240,7 @@ export default {
|
|||
},
|
||||
xAxis: {
|
||||
type: "category",
|
||||
data: ["2022.11.01", "2022.11.02", "2022.11.03", "2022.11.04", "2022.11.05","2022.11.06","2022.11.07"],
|
||||
data: ["10:45", "11.00", "11:15", "11:30", "11:45","12:00","12:15","12:30","12:45","13:00"],
|
||||
axisLine: {
|
||||
show: false, // 不显示坐标轴线
|
||||
lineStyle: {
|
||||
|
@ -284,7 +284,7 @@ export default {
|
|||
{
|
||||
type: "line",
|
||||
yAxisIndex: 0,
|
||||
data: [60, 80, 100, 100, 150, 126,100,160],
|
||||
data: [4568, 4689, 5602, 5500, 5700, 6592,7890,6500,6300,5600],
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: "#08e715", //圆点颜色
|
||||
|
|
Loading…
Reference in New Issue