Browse Source

大屏

master
huxinglu 4 years ago
parent
commit
21812ea732
3 changed files with 6 additions and 6 deletions
  1. +3
    -3
      src/views/command/index.vue
  2. +1
    -1
      src/views/command/overBar.vue
  3. +2
    -2
      src/views/main/index.vue

+ 3
- 3
src/views/command/index.vue View File

@@ -57,8 +57,8 @@
<img src="../../assets/img/main/line.png"/>
<div>
<el-progress
:width="1.36,fontSize | filterPx"
:stroke-width="0.12,fontSize | filterPx"
:width="1.38,fontSize | filterPx"
:stroke-width="0.14,fontSize | filterPx"
type="circle"
color="#15CCD0"
:percentage="90"
@@ -173,7 +173,7 @@
import {mapGetters} from "vuex";

export default {
name: "main-container",
name: "command-container",
data() {
return {
activeType: "date",

+ 1
- 1
src/views/command/overBar.vue View File

@@ -7,7 +7,7 @@ import { Chart } from "@antv/g2";
import { mapGetters } from "vuex";

export default {
name: "bar",
name: "overBar",
data() {
return {
data: []

+ 2
- 2
src/views/main/index.vue View File

@@ -11,8 +11,8 @@
<img src="../../assets/img/main/line.png" />
<div>
<el-progress
:width="1.54,fontSize | filterPx"
:stroke-width="0.14,fontSize | filterPx"
:width="1.57,fontSize | filterPx"
:stroke-width="0.15,fontSize | filterPx"
type="circle"
color="#15CCD0"
:percentage="90"

Loading…
Cancel
Save