mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 15:56:15 -04:00
fix(style): hard width for group labels
This commit is contained in:
parent
c4dabccdae
commit
ebf6695d25
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@
|
||||||
style="margin: 5px 0;"
|
style="margin: 5px 0;"
|
||||||
>
|
>
|
||||||
<n-input-group>
|
<n-input-group>
|
||||||
<n-input-group-label style="width: 200px;">
|
<n-input-group-label style="flex: 0 0 170px;">
|
||||||
{{ name }}
|
{{ name }}:
|
||||||
</n-input-group-label>
|
</n-input-group-label>
|
||||||
<input-copyable :value="fromDate(baseDate)" />
|
<input-copyable :value="fromDate(baseDate)" />
|
||||||
</n-input-group>
|
</n-input-group>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue