diff --git a/src/components/stageBreadcrumbs/index.vue b/src/components/stageBreadcrumbs/index.vue index 5380644..d89d084 100644 --- a/src/components/stageBreadcrumbs/index.vue +++ b/src/components/stageBreadcrumbs/index.vue @@ -35,6 +35,9 @@ const { title } = defineProps<{ display: inline-block; width: 1px; height: 16px; + margin: 0 18px; + vertical-align: middle; + margin-bottom: 2px; background-color: #E2E8F0; } } diff --git a/src/pages/Layout/index.vue b/src/pages/Layout/index.vue index 85e3c16..7441073 100644 --- a/src/pages/Layout/index.vue +++ b/src/pages/Layout/index.vue @@ -6,18 +6,31 @@
-
{{ topTitle }}
- +
+ {{ topTitle }} +
+
-
+
+ +
- + @@ -28,13 +41,14 @@