Skip to content

Commit

Permalink
fix(checkbox): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Jun 22, 2022
1 parent 4837072 commit 22c17aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/_common
11 changes: 0 additions & 11 deletions src/checkbox/checkbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,3 @@ export default defineComponent({
},
});
</script>

<style scoped lang="less">
.t-checkbox {
&__description:not(:empty) {
font-size: 14px;
line-height: 22px;
color: rgba(0, 0, 0, 0.4);
margin-top: 8px;
}
}
</style>

0 comments on commit 22c17aa

Please sign in to comment.