Skip to content

Commit

Permalink
style(Breadcrumb): fix Breadcrumb style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jan 23, 2022
1 parent cd06934 commit 8755c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Breadcrumb/src/Breadcrumb.vue
Expand Up @@ -88,7 +88,7 @@ export default defineComponent({
</script>

<style lang="less" scoped>
@prefix-cls: ~'@{namespace}-breadcrumb';
@prefix-cls: ~'@{elNamespace}-breadcrumb';
.@{prefix-cls} {
:deep(&__item) {
Expand Down

0 comments on commit 8755c86

Please sign in to comment.