From 3649de2edfc3cac2e9122a52468891380f87f73d Mon Sep 17 00:00:00 2001 From: marvzhang Date: Sat, 7 Mar 2020 11:33:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Node/NodeInstallationMatrix.vue | 2 +- frontend/src/views/login/index.vue | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Node/NodeInstallationMatrix.vue b/frontend/src/components/Node/NodeInstallationMatrix.vue index 5a1ad85c..0fe959d3 100644 --- a/frontend/src/components/Node/NodeInstallationMatrix.vue +++ b/frontend/src/components/Node/NodeInstallationMatrix.vue @@ -63,7 +63,7 @@ >
- + {{$t('Not Installed')}} diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index ab6cd54f..04cf9c74 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -71,8 +71,12 @@
中文 + | English
+
+ {{$t('Documentation')}} +
{{$t('You are running on a mobile device, which is not optimized yet. Please try with a laptop or desktop.')}} @@ -449,16 +453,17 @@ const initCanvas = () => { .lang { margin-top: 20px; text-align: center; + color: #666; span { cursor: pointer; margin: 10px; - color: #666; font-size: 14px; } span.active { font-weight: 600; + text-decoration: underline; } span:hover { @@ -466,6 +471,18 @@ const initCanvas = () => { } } + .documentation { + margin-top: 20px; + text-align: center; + font-size: 14px; + color: #409eff; + font-weight: bolder; + + &:hover { + text-decoration: underline; + } + } + .mobile-warning { margin-top: 20px; }