Shrink date input to match column width

This commit is contained in:
Jan Bader 2022-02-07 22:19:59 +00:00
parent 2646c5d3b7
commit 33c83c0a69

View File

@ -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;">