layout/numerical/CNumerical.vue | ●●●●● patch | view | raw | blame | history |
layout/numerical/CNumerical.vue
@@ -52,11 +52,15 @@ if (surplus === 0) { return 4; } else if (surplus === 1) { if (index === this.values.length - 1) { if (this.values.length === 1) { return 12; } else { if (index >= this.values.length - 4) { return 6; } else { return 4; } } } else if (surplus === 2) { if (index >= this.values.length - 2) { return 6;