diff --git a/src/App.js b/src/App.js index 73af7d1..c5282ac 100644 --- a/src/App.js +++ b/src/App.js @@ -166,20 +166,28 @@ function EditableClass(p){ } +function Table(p) { + return + + {p.children} + +
+} + function MainBox(p) { return - +
}>Lv.20}>Lv.15 -
+
} function StatsBox(p) { return - +
@@ -187,7 +195,7 @@ function StatsBox(p) { +{p.weaponUp1*100}%}> +{p.weaponUp2*100}% +{p.weaponUp3*100}%}> -
+
} @@ -309,13 +317,13 @@ function DamageBox(p) {

{ currentPage===1&& - - {p.criticalHitRate*100}% - {p.criticalMultiplier*100}% - {p.midRange} - {p.critical} - {p.effective} -
+ + {p.criticalHitRate*100}% + {p.criticalMultiplier*100}% + {p.midRange} + {p.critical} + {p.effective} +
} }