From eef928eb8ccc89e7b5552af4f00aad98773ebc91 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 2 Jan 2019 16:12:30 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/App.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/components/App.vue b/client/components/App.vue index 02d70cc9..3b91811d 100644 --- a/client/components/App.vue +++ b/client/components/App.vue @@ -64,7 +64,7 @@ class App extends Vue { this.$watch('apiError', function(newError, oldError) { if (newError) { this.$notify.error({ - title: 'Error', + title: 'Ошибка API', dangerouslyUseHTMLString: true, message: newError.response.config.url + '
' + newError.response.statusText }); @@ -127,13 +127,13 @@ class App extends Vue { .el-aside { line-height: 1; - background-color: #ddd; + background-color: #ccc; color: #000; } .el-main { - background-color: #E9EEF3; - color: #333; + background-color: #E6EDF4; + color: #000; } .el-menu-vertical:not(.el-menu--collapse) { @@ -158,7 +158,7 @@ class App extends Vue { border: 0; } .el-menu-item { - font-size: 80%; + font-size: 85%; }