mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 多选框样式
This commit is contained in:
parent
9af53c8821
commit
6f15700d6b
|
|
@ -14,7 +14,7 @@
|
|||
</slot>
|
||||
<slot></slot>
|
||||
</div>
|
||||
<input class="checkbox" type="checkbox" id="checkbox" :checked="modelValue.includes(toModelValue)" />
|
||||
<el-checkbox v-bind:modelValue="modelValue.includes(toModelValue)"> </el-checkbox>
|
||||
</div>
|
||||
</el-card>
|
||||
</template>
|
||||
|
|
@ -86,5 +86,4 @@ const checked = () => {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue