Skip to content

Commit 8814d02

Browse files
committed
fix checkbox border-class
1 parent 5354cbe commit 8814d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/checkbox/checkbox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="cube-checkbox" :class="_containerClass" :data-pos="position">
33
<label class="cube-checkbox-wrap" :class="_wrapClass">
44
<input class="cube-checkbox-input" type="checkbox" :disabled="disabled" v-model="checkValue">
5-
<span class="cube-checkbox-ui cubeic-round-border-new">
5+
<span class="cube-checkbox-ui cubeic-round-border">
66
<i class="cubeic-right"></i>
77
</span>
88
<span class="cube-checkbox-label">

0 commit comments

Comments
 (0)