chore: add cursor pointer for checkbox (#1108)
parent
1d50616949
commit
10bf774a6b
|
@ -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 New Issue