From 5c1577b6f7be92ed38d4ccd4cae2e51461cc158b Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 13 Jul 2018 10:20:12 +0800
Subject: [PATCH] 注销错误,打开mock
---
src/app/routes/dashboard/monitor/monitor.component.less | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/src/app/routes/dashboard/monitor/monitor.component.less b/src/app/routes/dashboard/monitor/monitor.component.less
new file mode 100644
index 0000000..0486ca6
--- /dev/null
+++ b/src/app/routes/dashboard/monitor/monitor.component.less
@@ -0,0 +1,60 @@
+@import '~@delon/theme/styles/antd/themes/default.less';
+
+:host ::ng-deep {
+ .map-chart {
+ padding-top: 24px;
+ height: 457px;
+ text-align: center;
+ img {
+ display: inline-block;
+ max-width: 100%;
+ max-height: 437px;
+ }
+ }
+ .pie-card {
+ .pie-stat {
+ font-size: 24px !important;
+ }
+ }
+
+ .active-chart {
+ position: relative;
+ mini-area {
+ margin-top: 32px;
+ }
+ .active-grid {
+ p {
+ position: absolute;
+ top: 80px;
+ }
+ p:last-child {
+ top: 115px;
+ }
+ }
+ .active-legend {
+ position: relative;
+ font-size: 0;
+ margin-top: 8px;
+ height: 20px;
+ line-height: 20px;
+ span {
+ display: inline-block;
+ font-size: 12px;
+ text-align: center;
+ width: 33.33%;
+ }
+ span:first-child {
+ text-align: left;
+ }
+ span:last-child {
+ text-align: right;
+ }
+ }
+ }
+
+ @media screen and (max-width: @screen-lg) {
+ .map-chart {
+ height: auto;
+ }
+ }
+}
--
Gitblit v1.8.0