|
@@ -99,8 +99,8 @@
|
|
|
// let modalTitle = ref('yjl');
|
|
|
let modalCard = reactive([
|
|
|
{ imgSrc: getAssetURL('company/home/hang.png'), label: '巷道长度', value: 0 },
|
|
|
- { imgSrc: getAssetURL('company/home/people.png'), label: '人员总数', value: 0 },
|
|
|
- { imgSrc: getAssetURL('company/home/car.png'), label: '车辆总数', value: 0 },
|
|
|
+ // { imgSrc: getAssetURL('company/home/people.png'), label: '人员总数', value: 0 },
|
|
|
+ // { imgSrc: getAssetURL('company/home/car.png'), label: '车辆总数', value: 0 },
|
|
|
]);
|
|
|
|
|
|
let valueM = ref(0);
|
|
@@ -137,7 +137,8 @@
|
|
|
// value: '低风险',
|
|
|
// });
|
|
|
let vent = reactive({
|
|
|
- label: '总进风',
|
|
|
+ // label: '总进风',
|
|
|
+ label: '总阻力',
|
|
|
value: 0,
|
|
|
});
|
|
|
|
|
@@ -274,7 +275,7 @@
|
|
|
justify-content: space-between;
|
|
|
|
|
|
.content-label {
|
|
|
- font-size: 10px;
|
|
|
+ font-size: 14px;
|
|
|
color: #ccd6df;
|
|
|
}
|
|
|
|
|
@@ -282,6 +283,7 @@
|
|
|
font-family: 'douyuFont';
|
|
|
font-size: 14px;
|
|
|
color: #fff;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
}
|
|
|
}
|