mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-06 00:49:58 +00:00
chore: add cursor pointer for checkbox (#1108)
This commit is contained in:
parent
1d50616949
commit
10bf774a6b
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ onReactivated(refreshInfo)
|
||||||
<label>
|
<label>
|
||||||
<AccountBotIndicator show-label px2 py1>
|
<AccountBotIndicator show-label px2 py1>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<input v-model="form.bot" type="checkbox">
|
<input v-model="form.bot" type="checkbox" cursor-pointer>
|
||||||
</template>
|
</template>
|
||||||
</AccountBotIndicator>
|
</AccountBotIndicator>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in a new issue