From 564d6f817cd229571ad633af2105cb2d4f78c66e Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 20 Mar 2018 17:06:24 +0800
Subject: [PATCH] 数据查看功能
---
src/app/routes/analysis/query/query.component.less | 23 +----------------------
1 files changed, 1 insertions(+), 22 deletions(-)
diff --git a/src/app/routes/analysis/query/query.component.less b/src/app/routes/analysis/query/query.component.less
index 9300133..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;
- }
-}
.line-chart {
- height: 400px;
- }
-
-@media screen and (max-width: 576px) {
- .header-info {
- margin-bottom: 16px;
- > em {
- display: none;
- }
- }
+ height: 100%;
}
--
Gitblit v1.8.0