FIx Logs
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
+2
-2
@@ -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%;
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user