File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
.f-row { @apply flex flex-row; }
6
6
7
7
hr {
8
- @apply border w-full my-6 ;
8
+ @apply border w-full my-5 ;
9
9
}
10
10
11
11
/* Buttons */
Original file line number Diff line number Diff line change 5
5
<label class =" col-start" >Target</label >
6
6
<div class =" col-end" >
7
7
<input type =" number" min =" 0" step =" 0.01" autofocus
8
- v-model.number =" target" @change =" targetChanged()" />
8
+ v-model.number.lazy =" target" @change =" targetChanged()" />
9
9
</div >
10
10
</div >
11
11
46
46
<span class =" input-value result-value" >{{ ticketTotal | fixed2 }}</span >
47
47
</div >
48
48
</div >
49
- <div class =" f-row my-2" >
49
+ <div class =" f-row my-2" :class = " {invisible: !target} " >
50
50
<span class =" col-start" >
51
51
{{ balanceLabel }}
52
52
</span >
58
58
</div >
59
59
</div >
60
60
61
- <div class =" flex justify-end my-8 " >
61
+ <div class =" flex justify-end mt-4 " >
62
62
<div class =" col-end" >
63
- <button class =" btn btn-primary mr-2 " type =" button"
63
+ <button class =" btn btn-primary" type =" button"
64
64
@click =" reset()"
65
65
:disabled =" this.target === null && this.ticketTotal === 0" >
66
66
Clear
You can’t perform that action at this time.
0 commit comments