From 40951bf70651c38d09a3b1f5eaddde8faa9e8c06 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 23 Mar 2018 16:28:52 +0800
Subject: [PATCH] 查看数据bug修复,修改密码功能开发

---
 src/app/routes/analysis/query/query.component.less |   25 ++-----------------------
 1 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/src/app/routes/analysis/query/query.component.less b/src/app/routes/analysis/query/query.component.less
index b2452d3..8f3c723 100644
--- a/src/app/routes/analysis/query/query.component.less
+++ b/src/app/routes/analysis/query/query.component.less
@@ -1,24 +1,3 @@
-.header-info {
-    position: relative;
-    text-align: center;
-    > em {
-        background-color: #e8e8e8;
-        position: absolute;
-        height: 56px;
-        width: 1px;
-        top: 0;
-        right: 0;
-    }
-}
-.demo-chart {
-    height: 400px;
-  }
-
-@media screen and (max-width: 576px) {
-    .header-info {
-        margin-bottom: 16px;
-        > em {
-            display: none;
-        }
-    }
+.line-chart {
+    height: 100%;
 }

--
Gitblit v1.8.0