This commit is contained in:
Thermo_SIM
2021-03-22 18:33:06 +01:00
parent 6f6559ce67
commit 50e76bd30c
3 changed files with 5 additions and 5 deletions
@@ -12,7 +12,7 @@
}
.main-container th.lastre-recipe,
.main-container td.lastre-recipe {
width: 30%;
width: 20%;
}
.main-container th.lastre-numpezzo,
.main-container td.lastre-numpezzo {
@@ -20,7 +20,7 @@
}
.main-container th.lastre-type,
.main-container td.lastre-type {
width: 10%;
width: 20%;
}
.main-container th.lastre-value,
.main-container td.lastre-value {
@@ -11,13 +11,13 @@
width: 20%;
}
&.lastre-recipe {
width: 30%;
width: 20%;
}
&.lastre-numpezzo {
width: 10%;
}
&.lastre-type {
width: 10%;
width: 20%;
}
&.lastre-value {
width: 30%;
@@ -17,7 +17,7 @@
<td>{{item.recipeName}}</td>
<td class="left">{{item.numDone}}</td>
<td class="left">{{convertType(item.typeVal)}}</td>
<td class="left">{{item.firstVal}} [{{item.secondVal}}, {{item.thirdVal}}]</td>
<td class="left">{{item.firstVal | round(1)}} [{{item.secondVal | round(1)}}, {{item.thirdVal | round(1)}}]</td>
</tr>
</template>
</tbody>