chore: add cursor pointer for checkbox (#1108)

This commit is contained in:
webfansplz 2023-01-14 18:40:14 +08:00 committed by GitHub
parent 1d50616949
commit 10bf774a6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>