Update src/tools/ipv6-ula-generator/ipv6-ula-generator.vue

This commit is contained in:
Corentin THOMASSET 2023-04-09 20:57:48 +02:00 committed by GitHub
parent f3887fdce7
commit e626a1b0ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
<div v-if="validationAttrs.validationStatus !== 'error'">
<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 />
</n-input-group>
</div>