diff --git a/pages/index.vue b/pages/index.vue index de43b65..817f37e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -102,6 +102,10 @@ \ No newline at end of file diff --git a/pages/work/index.vue b/pages/work/index.vue index e071ee1..5672a17 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -76,13 +76,14 @@ activeChartData: {}, pageScrollTop: 0, options: { + dataLabel: false, enableScroll: true, xAxis: { scrollShow: true, itemCount: 7, disableGrid: true }, - update: true, + // update: true, // duration: 2, // animation: false, // enableScroll: true, diff --git a/static/scss/global.scss b/static/scss/global.scss index 41a740a..9d693d6 100644 --- a/static/scss/global.scss +++ b/static/scss/global.scss @@ -97,6 +97,5 @@ text-align: center; line-height: 100px; height: 100px; - background-color: #fff; font-size: 18px; } \ No newline at end of file