module damage bonus

This commit is contained in:
2023-09-02 10:23:14 +02:00
parent 0b5d1a6a22
commit 88fdd5207a
3 changed files with 36 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ const haulableValue = computed(() => formatIsk(Math.ceil((fitEHP.value * 1000) /
<template>
<span class="font-bold text-lg">Haulable Value</span>
<div class="grid grid-cols-3 mb-2 mt-4">
<div class="grid grid-cols-3 mb-2 mt-2">
<div class="flex">
<span>Cost (million ISK): </span>
<input type="number" class="flex-auto ms-1 me-2" step="1" v-model="fitCost" />