diff --git a/src/views/board/caseShell/index2.vue b/src/views/board/caseShell/index2.vue index dca8690..a63aa1b 100644 --- a/src/views/board/caseShell/index2.vue +++ b/src/views/board/caseShell/index2.vue @@ -6,7 +6,7 @@
{{ practicalNum }}
{{ differenceValue }}
+ :style="'top:' + (titlePosition[k] && titlePosition[k].top || 0) + '%;left:' + (titlePosition[k] && titlePosition[k].left || 0) + '%'"> {{ i }}
平均节拍:{{ meter }} 秒/件
@@ -34,9 +34,9 @@ -
-
+ style="height: 84%;overflow: hidden;"> +
+
{{ item.value1 }}
@@ -80,7 +80,7 @@ import vueSeamlessScroll from "vue-seamless-scroll"; import Chart from "../../../components/board/Chart"; import * as echarts from 'echarts' -import { getData } from "@/api/board/getData"; +import {getData} from "@/api/board/getData"; export default { components: { @@ -757,6 +757,7 @@ export default { font-size: 0.9vw; color: #fff; } + .centerBg { background-image: url("../../../assets/board/model2.png"); background-repeat: no-repeat; diff --git a/src/views/board/liner/index.vue b/src/views/board/liner/index.vue index c961a89..c04dbd0 100644 --- a/src/views/board/liner/index.vue +++ b/src/views/board/liner/index.vue @@ -42,8 +42,9 @@
-
+
{{ item.value1 }}