fix: 多选框样式
This commit is contained in:
parent
9af53c8821
commit
6f15700d6b
@ -14,7 +14,7 @@
|
|||||||
</slot>
|
</slot>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
<input class="checkbox" type="checkbox" id="checkbox" :checked="modelValue.includes(toModelValue)" />
|
<el-checkbox v-bind:modelValue="modelValue.includes(toModelValue)"> </el-checkbox>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</template>
|
</template>
|
||||||
@ -86,5 +86,4 @@ const checked = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user