refactor(style): label width

This commit is contained in:
Corentin Thomasset 2022-04-16 01:19:48 +02:00
parent 1859a9a174
commit fd4426d246
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -37,7 +37,7 @@
style="margin: 5px 0;" style="margin: 5px 0;"
> >
<n-input-group> <n-input-group>
<n-input-group-label style="width: 150px;"> <n-input-group-label style="width: 200px;">
{{ name }} {{ name }}
</n-input-group-label> </n-input-group-label>
<input-copyable :value="fromDate(date)" /> <input-copyable :value="fromDate(date)" />