添加时钟和天气时字体大小输入框添加单位

This commit is contained in:
fangxiang 2022-05-26 18:14:52 +08:00
parent dd22532cdd
commit 03cd3b224e
2 changed files with 10 additions and 2 deletions

View File

@ -89,7 +89,11 @@
(val && val.toString().length > 0) ||
$t('Please type something'),
]"
/>
>
<template v-slot:append>
<span>pt</span>
</template>
</q-input>
</q-item-section>
</q-item>
</q-item-section>

View File

@ -176,7 +176,11 @@
(val && val.toString().length > 0) ||
$t('Please type something'),
]"
/>
>
<template v-slot:append>
<span>pt</span>
</template>
</q-input>
</q-item-section>
</q-item>
</q-list>