@@ -9,7 +9,7 @@ import secondIcon from '@/assets/images/second.png';
import thirdIcon from '@/assets/images/third.png';
const createHeader = function(title) {
- return `<span style="font-size:1vh;color:#85e9ff;">${title}</span>`
+ return `<span style="font-size:.5vh;color:#85e9ff;">${title}</span>`
}
export default {
@@ -7,6 +7,7 @@
<div class="__content">
<transition-group enter-active-class="animate__animated animate__fadeIn">
<FireInspection key="fireInspection" v-show="active === 'doFireInspection'"/>
+ <FireInspection key="doEquipmentMaintenance" v-show="active === 'doEquipmentMaintenance'"/>
</transition-group>
</div>