From 0e57fefaf3fc1fcd7596656e49fee2166231b059 Mon Sep 17 00:00:00 2001 From: wuyize Date: Fri, 8 Jul 2022 22:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B9=E7=9B=AE=E6=A6=82?= =?UTF-8?q?=E8=A7=88=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 + src/components/echartsPie.vue | 1 - src/views/OngoingProject.vue | 3 +- src/views/Project.vue | 2 +- src/views/ProjectGroup.vue | 10 +- src/views/ProjectInfo.vue | 363 +++++++++++++++++----------------- src/views/ProjectWorkitem.vue | 4 +- 7 files changed, 196 insertions(+), 190 deletions(-) diff --git a/src/App.vue b/src/App.vue index d4bda4c..6c94bb1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,4 +33,7 @@ body{ margin:0; padding:0; } +p.p-title { + font-family: 'Segoe UI',sans-serif;font-size: 20px;font-weight: bold;color: #606266 +} diff --git a/src/components/echartsPie.vue b/src/components/echartsPie.vue index 017b8db..3f302a6 100644 --- a/src/components/echartsPie.vue +++ b/src/components/echartsPie.vue @@ -124,7 +124,6 @@ export default { width: 100%; height: 100%; display: flex; - background: #fff; .echarts_box { flex-shrink: 0; } diff --git a/src/views/OngoingProject.vue b/src/views/OngoingProject.vue index 9a7a788..3465522 100644 --- a/src/views/OngoingProject.vue +++ b/src/views/OngoingProject.vue @@ -24,7 +24,7 @@ @@ -56,6 +56,7 @@ -