design-improvements #5

Merged
jacob1123 merged 3 commits from design-improvements into master 2022-02-09 23:40:27 +01:00
Showing only changes of commit 227c2a7564 - Show all commits

View File

@ -68,8 +68,8 @@ export default defineComponent({
<td>
<input type="text" v-model="Memo" />
</td>
<td style="width: 80px;">
<input type="currency" v-model="Amount" />
<td style="width: 80px;" class="text-right">
<input class="text-right" type="currency" v-model="Amount" />
</td>
<td style="width: 20px;">
<input type="submit" @click="saveTransaction" value="Save" />