fix(breadcrumb): 修复面包屑导航垂直居中问题 (#298)

This commit is contained in:
zengqiu 2022-09-08 01:12:09 +08:00 committed by GitHub
parent 2f84447343
commit 3e2fab1e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,6 @@ const crumbs = computed(() => {
</script> </script>
<style scoped> <style scoped>
.tdesign-breadcrumb { .tdesign-breadcrumb {
margin-bottom: 8px; margin-bottom: 24px;
} }
</style> </style>