Fix overlap of birthday label on datepicker (#3697)

This commit is contained in:
ibrokemypie
2018-12-20 18:01:29 +10:00
committed by syuilo
parent 1d3e6a7197
commit e0b107a3a0
2 changed files with 16 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</ui-input>
<ui-input v-model="birthday" type="date">
<span>{{ $t('birthday') }}</span>
<span slot="title">{{ $t('birthday') }}</span>
<span slot="prefix"><fa icon="birthday-cake"/></span>
</ui-input>