fix(components): input-number/input/dropdown/select/badge details (#4866)

This commit is contained in:
云游君
2021-12-28 19:38:23 +08:00
committed by GitHub
parent e1e00f825d
commit 2b209fd760
31 changed files with 192 additions and 182 deletions

View File

@ -13,7 +13,7 @@
border
></el-checkbox>
</div>
<div class="demo-with-border">
<div class="demo-with-border my-4">
<el-checkbox v-model="checked3" label="Option1" border></el-checkbox>
<el-checkbox v-model="checked4" label="Option2" border></el-checkbox>
</div>
@ -34,9 +34,3 @@ const checked3 = ref(false)
const checked4 = ref(true)
const checkboxGroup1 = ref([])
</script>
<style scoped>
.demo-with-border {
margin-top: 24px;
}
</style>