From 1ad4611776c47a720ab44acebd8b53dc51f12ac0 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 19 Jul 2021 11:57:15 +0800
Subject: [PATCH] 首页
---
src/views/wel/home.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/wel/home.vue b/src/views/wel/home.vue
index dd050c0..19885b9 100644
--- a/src/views/wel/home.vue
+++ b/src/views/wel/home.vue
@@ -150,7 +150,7 @@
grid: {
borderWidth: 0,
top: "10%",
- left: "8%",
+ left: "10%",
bottom: "10%",
right: "8%",
textStyle: {
@@ -276,7 +276,7 @@
},
grid: {
left: "3%",
- right: "4%",
+ right: "2%",
bottom: "3%",
containLabel: true,
},
@@ -318,9 +318,6 @@
{
type: "value",
name: "注册量",
- // min: 0,
- // max: 250,
- // interval: 50,
axisLabel: {
formatter: "{value}",
},
@@ -346,6 +343,9 @@
{
type: "value",
name: "在线率",
+ // min: 0,
+ // max: 250,
+ // interval: 50,
axisLabel: {
formatter: "{value} %",
},
@@ -396,8 +396,8 @@
name: "在线率",
type: "line",
data: [50, 54, 58, 55, 65, 72, 44, 55, 58],
- barWidth: 6,
- barGap: 0.4,
+ // barWidth: 6,
+ // barGap: 0.4,
itemStyle: {
normal: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
--
Gitblit v1.9.3