mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39: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>
|
||||
<AccountBotIndicator show-label px2 py1>
|
||||
<template #prepend>
|
||||
<input v-model="form.bot" type="checkbox">
|
||||
<input v-model="form.bot" type="checkbox" cursor-pointer>
|
||||
</template>
|
||||
</AccountBotIndicator>
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue