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 {