fix: 多选框样式

This commit is contained in:
shaohuzhang1 2023-12-04 11:54:58 +08:00
parent 9af53c8821
commit 6f15700d6b

View File

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