Shrink date input to match column width
This commit is contained in:
parent
2646c5d3b7
commit
33c83c0a69
@ -46,7 +46,7 @@ export default defineComponent({
|
|||||||
</p>
|
</p>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 90px;">
|
<td style="width: 90px;" class="text-sm">
|
||||||
<input type="date" v-model="TransactionDate" />
|
<input type="date" v-model="TransactionDate" />
|
||||||
</td>
|
</td>
|
||||||
<td style="max-width: 150px;">
|
<td style="max-width: 150px;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user