From 7f762717c4580a17377a33cf04351fa3abaea61d Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 23 Mar 2018 15:25:18 +0800
Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop
---
src/app/routes/analysis/query/query.component.less | 22 ++--------------------
1 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/src/app/routes/analysis/query/query.component.less b/src/app/routes/analysis/query/query.component.less
index 66c0e84..8f3c723 100644
--- a/src/app/routes/analysis/query/query.component.less
+++ b/src/app/routes/analysis/query/query.component.less
@@ -1,21 +1,3 @@
-.header-info {
- position: relative;
- text-align: center;
- > em {
- background-color: #e8e8e8;
- position: absolute;
- height: 56px;
- width: 1px;
- top: 0;
- right: 0;
- }
-}
-
-@media screen and (max-width: 576px) {
- .header-info {
- margin-bottom: 16px;
- > em {
- display: none;
- }
- }
+.line-chart {
+ height: 100%;
}
--
Gitblit v1.8.0