From 3157782e25f37f27042e26bb307d6f455ba70bed Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Wed, 15 Jul 2020 14:14:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ui/eharts-statistics/eharts-statistics.component.ts | 6 +++++- .../learning-record-details.component.html | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/ui/eharts-statistics/eharts-statistics.component.ts b/src/app/ui/eharts-statistics/eharts-statistics.component.ts index f189e82..4493ff2 100644 --- a/src/app/ui/eharts-statistics/eharts-statistics.component.ts +++ b/src/app/ui/eharts-statistics/eharts-statistics.component.ts @@ -150,7 +150,11 @@ export class EhartsStatisticsComponent implements OnInit { let that = this let chartHynyxf = echarts.init(document.getElementById('center'), 'skinUpp'); let option = { - title: { text: that.idName }, + title: { + text: that.idName, + left:45, + top:20 + }, tooltip: { trigger: 'axis', axisPointer: {type: 'shadow'} diff --git a/src/app/ui/learning-record-details/learning-record-details.component.html b/src/app/ui/learning-record-details/learning-record-details.component.html index 59eb70d..460a05e 100644 --- a/src/app/ui/learning-record-details/learning-record-details.component.html +++ b/src/app/ui/learning-record-details/learning-record-details.component.html @@ -25,7 +25,7 @@ -
+
From 47b352703cd3ff27bd3dd0eaf0f8be8dbbad393f Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Thu, 16 Jul 2020 09:17:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=E5=B0=86=E6=88=98?= =?UTF-8?q?=E6=9C=AF=E5=AD=A6=E4=B9=A0=E5=92=8C=E6=8E=88=E8=AF=BE=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/navigation/navigation.component.html | 4 +-- src/app/navigation/navigation.component.scss | 3 +- src/app/ui/all-file/all-file.component.html | 11 +++++++- src/app/ui/all-file/all-file.component.scss | 29 ++++++++++++++++++++ src/app/ui/all-file/all-file.component.ts | 1 - 5 files changed, 43 insertions(+), 5 deletions(-) diff --git a/src/app/navigation/navigation.component.html b/src/app/navigation/navigation.component.html index 1cc8b01..8802dfe 100644 --- a/src/app/navigation/navigation.component.html +++ b/src/app/navigation/navigation.component.html @@ -5,12 +5,12 @@ logo