@@ -192,12 +192,12 @@ export default {
margin-top: 50px;
width: 100%;
.text-item{
- font-size: 28px;
+ font-size: 22px;
font-weight: bold;
display: flex;
width: 70%;
- padding: 10px 20px;
- margin-bottom: 20px;
+ padding: 5px 20px;
+ margin-bottom: 10px;
border: 2px solid #fff;
background-color:rgba(4,49,128,.4);
p{margin: 0;}
diff --git a/src/components/dianfanbao-demo/newContain2.vue b/src/components/dianfanbao-demo/newContain2.vue
index 6b1a297..ecf4cdf 100644
--- a/src/components/dianfanbao-demo/newContain2.vue
+++ b/src/components/dianfanbao-demo/newContain2.vue
@@ -8,7 +8,7 @@
当前任务
-
CURRENT TASK
+
CURRENT TASK
@@ -202,7 +202,6 @@ export default {
.ncb-currenttask{
width: 100%;
margin-top: 50px;
-
.current-title{
width: 100%;
margin-bottom: 15px;
@@ -213,11 +212,11 @@ export default {
background-color: #08e5ff; // 淡蓝色
margin-right: 10px;
}
- font-size: 30px;
+ font-size: 26px;
font-weight: bold;
}
.current-item{
- font-size: 28px;
+ font-size: 24px;
font-weight: bold;
padding-left: 20px;
margin-bottom: 15px;
diff --git a/src/components/dianfanbao-demo/newContain3.vue b/src/components/dianfanbao-demo/newContain3.vue
index 49fee3e..1ebbbe0 100644
--- a/src/components/dianfanbao-demo/newContain3.vue
+++ b/src/components/dianfanbao-demo/newContain3.vue
@@ -8,53 +8,53 @@
不良下线前五
-
TOP 5 NC COMPLETION REASON
+
TOP 5 NC COMPLETION REASON
-
+
产线当日合格率
-
+
70%
-
-
NO
-
不良原因
+
NO
+
不良原因
数量
占比
-
No.1
-
不通电
+
No.1
+
不通电
4
30.77%
-
No.2
-
发热盘托盘刮花,卡滞、油污
+
No.2
+
发热盘托盘刮花,卡滞、油污
3
23.08%
-
No.3
-
螺丝未打紧、漏打、滑牙。
+
No.3
+
螺丝未打紧、漏打、滑牙。
3
23.08%
-
No.4
-
按健失灵、高、低、无手感等不良.
+
No.4
+
按健失灵、高、低、无手感等不良.
2
15.38%
-
No.5
-
氖赠/导线压线、破皮、露铜等不良,
+
No.5
+
氖赠/导线压线、破皮、露铜等不良,
1
7.69%
@@ -115,7 +115,7 @@ export default {
// 不显示标签
label: {
// show: false
- fontSize: 20,
+ fontSize: 16,
fontWeight: 'bold',
color: '#333',
formatter: '{b}\n {d}%',
@@ -257,20 +257,20 @@ export default {
.ncbox-right-title{
width: 100%;
display: flex;
- font-size: 26px;
+ font-size: 20px;
font-weight: bold;
background-color: #1d5ef5;
margin-bottom: 5px;
- div{padding: 10px 0;}
+ div{padding: 8px 0;}
}
.ncbox-right-item{
width: 100%;
display: flex;
- font-size: 20px;
+ font-size: 16px;
font-weight: bold;
background-color: #3a72f534;
- margin-bottom: 5px;
- div{padding: 10px 0;}
+ margin-bottom: 5px;
+ div{padding: 6px 0;}
}
}
}
diff --git a/src/components/dianfanbao-demo/newContain4.vue b/src/components/dianfanbao-demo/newContain4.vue
index d62e15f..bc9a449 100644
--- a/src/components/dianfanbao-demo/newContain4.vue
+++ b/src/components/dianfanbao-demo/newContain4.vue
@@ -8,7 +8,7 @@
本日产量/预计产量对比
-
+
@@ -66,7 +66,7 @@ export default {
type: 'category',
data: ['08:00-09:00', '09:00-10:00', '10:00-12:00', '13:30-15:30', '15:30-17:30', '17:30-19:30'],
axisLabel: {
- fontSize: 20, // 放大 x 轴文字
+ fontSize: 14, // 放大 x 轴文字
fontWeight: 'bold', // x 轴文字加粗
color: '#fff' // 设置 x 轴文字为白色
}
@@ -74,7 +74,7 @@ export default {
yAxis: {
type: 'value',
axisLabel: {
- fontSize: 26, // 放大 y 轴文字
+ fontSize: 20, // 放大 y 轴文字
fontWeight: 'bold', // y 轴文字加粗
color: '#fff' // 设置 y 轴文字为白色
},
@@ -94,7 +94,7 @@ export default {
label: {
show: true,
position: 'inside',
- fontSize: '22px',
+ fontSize: '18px',
fontWeight: 'bolder', // 柱状图 label 字体加粗
formatter: function(params) {
return params.value;
diff --git a/src/components/dianfanbao-demo/newContain5.vue b/src/components/dianfanbao-demo/newContain5.vue
index 4f0b2ec..9df9a63 100644
--- a/src/components/dianfanbao-demo/newContain5.vue
+++ b/src/components/dianfanbao-demo/newContain5.vue
@@ -9,7 +9,7 @@
UPPH统计信息
-
+
diff --git a/src/main.js b/src/main.js
index 0bd1c5d..158dcb2 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,6 +1,7 @@
import Vue from 'vue'
-import App from './App.vue'
+// import App from './App.vue'
// import App from './AppV2.vue'
+import App from './AppV3.vue'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'