From 38bc1d536a7464af4988db8f1e9f70d922547741 Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Tue, 27 Dec 2022 12:20:25 +0800 Subject: [PATCH] 基础字体改大到16px --- src/App.vue | 28 +++++++++++++++++++++++----- src/components/Breadcrumb/index.vue | 2 +- src/views/QuestionBank/index.vue | 1 - src/views/TestPaper/index.vue | 1 - src/views/dashboard/index.vue | 15 ++++++++++++--- 5 files changed, 36 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3908542..5ef2b7b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,20 +6,38 @@ diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 29f9a04..7f0b2b0 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -66,7 +66,7 @@ export default { \ No newline at end of file diff --git a/src/views/TestPaper/index.vue b/src/views/TestPaper/index.vue index bdfd1c6..19fd0f7 100644 --- a/src/views/TestPaper/index.vue +++ b/src/views/TestPaper/index.vue @@ -761,7 +761,6 @@ display: flex; align-items: center; justify-content: space-between; - font-size: 14px; padding-right: 8px; } diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 5582e8f..d0525f3 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -27,11 +27,11 @@ {{ invitation.qujian }} - {{ + {{ invitation.fullName }} {{ invitation.phone }} - {{ + {{ invitation.processName }} @@ -191,6 +191,9 @@ export default { }, ], echartOption1: { + textStyle: { + fontSize: 16, + }, legend: { top: "bottom", }, @@ -209,6 +212,9 @@ export default { ], }, echartOption2: { + textStyle: { + fontSize: 16, + }, grid: { top: 20, bottom: 40, @@ -485,6 +491,7 @@ export default {