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 | 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