feat: improve cursor
This commit is contained in:
+8
-1
@@ -201,7 +201,14 @@ export default createComponent({
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div class={bem()} tabindex="0" role="radiogroup">
|
||||
<div
|
||||
class={bem({
|
||||
readonly: this.readonly,
|
||||
disabled: this.disabled
|
||||
})}
|
||||
tabindex="0"
|
||||
role="radiogroup"
|
||||
>
|
||||
{this.list.map((status, index) => this.genStar(status, index))}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user