fix: label
This commit is contained in:
parent
c03b4f8cfb
commit
7ce7df6947
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.0-rc3",
|
"version": "13.0.0-rc4",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<FormButton primary danger @click="move(moveToAccount)">
|
<FormButton primary danger @click="move(moveToAccount)">
|
||||||
{{ i18n.ts.moveAccount }}
|
{{ i18n.ts.moveAccount }}
|
||||||
</FormButton>
|
</FormButton>
|
||||||
<div class="label">{{ i18n.ts.moveAccountDescription }}</div>
|
<div class="description">{{ i18n.ts.moveAccountDescription }}</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<FormButton class="button" inline primary @click="save(accountAlias)">
|
<FormButton class="button" inline primary @click="save(accountAlias)">
|
||||||
<i class="ph-floppy-disk-back-bold ph-lg"></i> {{ i18n.ts.save }}
|
<i class="ph-floppy-disk-back-bold ph-lg"></i> {{ i18n.ts.save }}
|
||||||
</FormButton>
|
</FormButton>
|
||||||
<div class="label">{{ i18n.ts.moveFromDescription }}</div>
|
<div class="description">{{ i18n.ts.moveFromDescription }}</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -59,3 +59,10 @@ definePageMetadata({
|
|||||||
icon: 'ph-lock-bold ph-lg',
|
icon: 'ph-lock-bold ph-lg',
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.description {
|
||||||
|
font-size: .85em;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user