diff --git a/src/Login.vue b/src/Login.vue index 30c4f4a4..93b3766a 100644 --- a/src/Login.vue +++ b/src/Login.vue @@ -8,15 +8,16 @@ @@ -24,8 +25,9 @@ Login @@ -104,7 +106,7 @@ export default { margin-left: 52px; margin-right: 10px; } -.inputstyle{ +.login--input{ width: 300px; height: 40px; } @@ -116,7 +118,7 @@ export default { height: 250px; margin: auto; } -.login__button { +.login--butotn { background: #0091ff; color: #fff; border-radius: 4px; diff --git a/src/components/charts/ChartSingleValue.vue b/src/components/charts/ChartSingleValue.vue index 2cc6ca09..eb585697 100644 --- a/src/components/charts/ChartSingleValue.vue +++ b/src/components/charts/ChartSingleValue.vue @@ -11,14 +11,14 @@ -
-
+
+
-
+
-
+
diff --git a/src/components/charts/panel.scss b/src/components/charts/panel.scss index 327648ce..4b69728f 100644 --- a/src/components/charts/panel.scss +++ b/src/components/charts/panel.scss @@ -41,13 +41,6 @@ height: 100%; width: 100%; } - &>.cn-chart.cn-chart__echarts--statistics { - border: none; - box-shadow: none; - .cn-chart__header { - border-bottom: none; - } - } &>.cn-chart__echarts, &>.cn-chart__table, &>.cn-chart__map { display: flex; flex-direction: column; @@ -178,6 +171,36 @@ } } } + &>.cn-chart__single-value.cn-chart__single-value--chart { + display: flex; + padding: 13px 20px; + + .single-value__content { + display: flex; + height: 100%; + width: 100%; + flex-direction: column; + + .content__title { + display: flex; + align-items: center; + height: 30%; + font-size: 16px; + color: #666666; + } + .content__data { + display: flex; + align-items: center; + height: 25%; + font-size: 24px; + color: #333333; + font-weight: bold; + } + .content__chart { + flex: auto + } + } + } &>.cn-chart__title { display: flex; align-items: center; @@ -409,6 +432,13 @@ } } } +.cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane>.cn-chart { + border: none; + box-shadow: none; + .cn-chart__header { + border-bottom: none; + } +} .option-popper { .el-select-dropdown__item { height: 24px; diff --git a/src/components/entities/EntityList.vue b/src/components/entities/EntityList.vue index d72820b1..4cbc0097 100644 --- a/src/components/entities/EntityList.vue +++ b/src/components/entities/EntityList.vue @@ -5,23 +5,23 @@
- - - + + +
-
-