From de2b6a52b1a62f7b8c48e44518ef2ab099e3ebd5 Mon Sep 17 00:00:00 2001 From: ival <610568032@qq.com> Date: Mon, 2 Sep 2019 17:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A1=B5=E5=92=8C?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/echarts/permission.vue | 2 +- src/views/dashboard/index.vue | 1 - src/views/orderauthor/author/draft/ruleForm.vue | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/echarts/permission.vue b/src/views/dashboard/echarts/permission.vue index 378f5c8b1..9bc1e78c2 100644 --- a/src/views/dashboard/echarts/permission.vue +++ b/src/views/dashboard/echarts/permission.vue @@ -27,7 +27,7 @@ export default { data() { return { option: { - backgroundColor: '#f0f0f0', + backgroundColor: '#fefefe', title: { text: '', subtext: '', diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index c241beda8..578ac8cce 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -91,6 +91,5 @@ export default { .perssmin-card { display: flex; justify-content: center; - // margin-top: 20px; } diff --git a/src/views/orderauthor/author/draft/ruleForm.vue b/src/views/orderauthor/author/draft/ruleForm.vue index 5536eaf46..d10468e60 100644 --- a/src/views/orderauthor/author/draft/ruleForm.vue +++ b/src/views/orderauthor/author/draft/ruleForm.vue @@ -20,7 +20,7 @@ :data="ruleList" border style="width: 100%" - :height="height-300" + :height="height-400" > @@ -89,7 +89,7 @@ export default { }, computed: { height() { - return this.$store.state.app.height - 62; + return this.$store.state.app.height - 65; } }, mounted() {