mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 23:25:03 -04:00
Update src/tools/ipv6-ula-generator/ipv6-ula-generator.vue
This commit is contained in:
parent
f3887fdce7
commit
e626a1b0ca
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<div v-if="validationAttrs.validationStatus !== 'error'">
|
<div v-if="validationAttrs.validationStatus !== 'error'">
|
||||||
<n-input-group v-for="{ label, value } in calculatedSections" :key="label" style="margin: 5px 0">
|
<n-input-group v-for="{ label, value } in calculatedSections" :key="label" style="margin: 5px 0">
|
||||||
<n-input-group-label style="flex: 0 0 120px"> {{ label }} </n-input-group-label>
|
<n-input-group-label style="flex: 0 0 160px"> {{ label }} </n-input-group-label>
|
||||||
<input-copyable :value="value" readonly />
|
<input-copyable :value="value" readonly />
|
||||||
</n-input-group>
|
</n-input-group>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue