添加时钟和天气时字体大小输入框添加单位
This commit is contained in:
parent
dd22532cdd
commit
03cd3b224e
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue