From 0b372ddceff5978de796f2d549f8743ecdd338f3 Mon Sep 17 00:00:00 2001 From: weijianli Date: Tue, 22 Oct 2019 10:21:29 -0500 Subject: [PATCH] add warning for unacceptable file format --- src/layout/components/AppMain.vue | 3 +++ src/layout/components/Navbar.vue | 2 +- src/layout/index.vue | 3 +++ src/router/index.js | 13 ------------- src/styles/index.scss | 2 +- src/views/Analyzing/analyzing.vue | 2 +- src/views/VueUploader/index.vue | 17 +++++++++++------ src/views/plotTest/plotTest.vue | 3 ++- 8 files changed, 22 insertions(+), 23 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index a8976380..def65a49 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -29,6 +29,8 @@ export default { width: 100%; position: relative; overflow: hidden; + color: #19191a !important; + background-color: #1D1F2E; } .fixed-header+.app-main { @@ -36,6 +38,7 @@ export default { } .hasTagsView { + .app-main { /* 84 = navbar + tags-view = 50 + 34 */ min-height: calc(100vh - 84px); diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 2f04decf..a7454503 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -87,7 +87,7 @@ export default { height: 62px; overflow: hidden; position: relative; - background: #fff; + background: #19191a; box-shadow: 0 1px 4px rgba(0,21,41,.08); padding: 0; diff --git a/src/layout/index.vue b/src/layout/index.vue index 4f0b244a..c4462071 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -59,6 +59,9 @@ export default {