数字化注塑车间管控中心
@@ -157,20 +158,20 @@ export default {
color: '#ffffff',
rich: {
dot1: {
- fontSize: 16,
+ fontSize: 0.9 * vw,
color: '#ffffff',
},
dot2: {
- fontSize: 16,
+ fontSize: 0.9 * vw,
color: '#4E97FF',
},
name: {
color: '#fff',
- fontSize: 18,
+ fontSize: 1 * vw,
},
value: {
color: '#fff',
- fontSize: 22,
+ fontSize: 1.1 * vw,
fontWeight: '800',
}
}
@@ -232,7 +233,7 @@ export default {
splitNumber: 1,
splitLine: {
lineStyle: {
- color: '#fff4', // 最外圈颜色
+ color: '#fff4',
width: 1
}
},
@@ -565,7 +566,7 @@ export default {
top: 22%;
left: 28.6%;
width: 42.9%;
- height: 36.4%;
+ height: 24.13vw;
background-image: url("../../../assets/board/device.png");
background-repeat: no-repeat;
background-size: 100% 100%;