From 0e25153037b06851846e80cc745e518ba07bf7af Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 26 Mar 2018 13:58:16 +0800 Subject: [PATCH] 数据查询和表单模块合并,修改密码用户输入框去除 --- src/app/routes/reports/query/query.component.less | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/app/routes/analysis/query/query.component.less b/src/app/routes/reports/query/query.component.less similarity index 74% rename from src/app/routes/analysis/query/query.component.less rename to src/app/routes/reports/query/query.component.less index 6a879b2..3abb251 100644 --- a/src/app/routes/analysis/query/query.component.less +++ b/src/app/routes/reports/query/query.component.less @@ -9,10 +9,16 @@ } .table-scroll { z-index: 9; - height: 398px; + height: auto; + max-height: 388px; overflow: hidden; } .table-scroll-box-shadow { -moz-box-shadow: 4px 0 2px rgba(0, 0, 0, 0.1); /* ������ Firefox */ box-shadow: 4px 0 2px rgba(0, 0, 0, 0.1); } +.chart-switch-select { + position: absolute; + right: 10%; + top: 2%; +} -- Gitblit v1.8.0