update
This commit is contained in:
parent
5758c19ac7
commit
f1d2f743a4
@ -83,7 +83,7 @@ export default {
|
|||||||
'ofLegion':'Affiliated Division',
|
'ofLegion':'Affiliated Division',
|
||||||
'DevStatus':'Estado maq.',
|
'DevStatus':'Estado maq.',
|
||||||
'JiqiStatus':'Machine Status',
|
'JiqiStatus':'Machine Status',
|
||||||
"RunTime":'Running hours',
|
"RunTime":'Duración trabajo',
|
||||||
'finishSchedule':'Complete Schedule',
|
'finishSchedule':'Complete Schedule',
|
||||||
'deliveryDay':'Delivery Date',
|
'deliveryDay':'Delivery Date',
|
||||||
'LoadMore':'Loading More',
|
'LoadMore':'Loading More',
|
||||||
@ -146,7 +146,7 @@ export default {
|
|||||||
'DevDiagram_HanJie':'Machinery Factory Equipment IoT-Welding Workshop',
|
'DevDiagram_HanJie':'Machinery Factory Equipment IoT-Welding Workshop',
|
||||||
'machineryDevStatus':'Machinery Factory D-States',
|
'machineryDevStatus':'Machinery Factory D-States',
|
||||||
'procureDate':'Purchasing Date',
|
'procureDate':'Purchasing Date',
|
||||||
'workTime':'Running hours',
|
'workTime':'Duración trabajo',
|
||||||
'StandbyTime':'Standby hours',
|
'StandbyTime':'Standby hours',
|
||||||
'haltTime':'Emergency Stop hours',
|
'haltTime':'Emergency Stop hours',
|
||||||
'DevRunComparison':'Running Comparison Diagram',
|
'DevRunComparison':'Running Comparison Diagram',
|
||||||
|
@ -348,14 +348,16 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
.key-text {
|
.key-text {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
font-size: 22px;
|
font-size: 18px;
|
||||||
color: #00FFFFFE;
|
color: #02c1d7;
|
||||||
|
font-weight: 700;
|
||||||
/* font-family: '华文新魏', sans-serif; */
|
/* font-family: '华文新魏', sans-serif; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.value-text {
|
.value-text {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
font-size: 24px;
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
color: #AEEEFAFE;
|
color: #AEEEFAFE;
|
||||||
font-family: '华文新魏', sans-serif;
|
font-family: '华文新魏', sans-serif;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user