From 45a98ba63e6541a82416fde84aa5fa2efb9679bd Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 20 五月 2026 17:01:02 +0800
Subject: [PATCH] Merge branch 'dev_NEW_pro' of http://114.132.189.42:9002/r/product-inventory-management into dev_NEW_pro
---
src/components/Breadcrumb/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue
index 0ff79ef..3ea63b5 100644
--- a/src/components/Breadcrumb/index.vue
+++ b/src/components/Breadcrumb/index.vue
@@ -86,9 +86,10 @@
<style lang='scss' scoped>
.app-breadcrumb.el-breadcrumb {
- display: inline-block;
+ display: inline-flex;
+ align-items: center;
font-size: 14px;
- line-height: 56px;
+ line-height: 1;
margin-left: 8px;
:deep(.el-breadcrumb__inner) {
--
Gitblit v1.9.3