From 084f97d49cee1af93193eff2dbecb95e117a09a2 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 28 Jan 2019 10:03:03 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B4=20SettingsPage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Reader/SettingsPage/SettingsPage.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/client/components/Reader/SettingsPage/SettingsPage.vue b/client/components/Reader/SettingsPage/SettingsPage.vue index aa1b4424..12a3167c 100644 --- a/client/components/Reader/SettingsPage/SettingsPage.vue +++ b/client/components/Reader/SettingsPage/SettingsPage.vue @@ -13,11 +13,13 @@ Цвет - + + {{ textColor }} - + + {{ backgroundColor }} @@ -159,5 +161,12 @@ class SettingsPage extends Vue { .el-form-item { padding: 0; margin: 0; + position: relative; +} + +.color-picked { + margin-left: 10px; + position: relative; + top: -9px; } \ No newline at end of file