Skip to content

Commit

Permalink
docs(Dropdown): 文档补充
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Nov 12, 2024
1 parent 276b881 commit e458329
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/components/dropdown/check.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ export default {
},
};
</script>

<style lang="less">
.dropdown-content-wrapper {
.fes-dropdown-option-wrapper {
max-height: 320px;
}
}
</style>

0 comments on commit e458329

Please sign in to comment.