mirror of
https://github.com/elk-zone/elk
synced 2025-01-20 14:22:57 +09:00
chore: add cursor pointer for checkbox (#1108)
This commit is contained in:
parent
1d50616949
commit
10bf774a6b
@ -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 New Issue
Block a user