曾坤森 преди 3 месеца
родител
ревизия
48323b84a7
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      src/components/global-breadcrumb/index.vue

+ 3 - 1
src/components/global-breadcrumb/index.vue

@@ -69,7 +69,7 @@ const goToRoute = (path: string) => {
 
 <style scoped lang="less">
 .global-breadcrumb {
-  margin-left: 16px;
+  margin-left: 6px;
 
   :deep(.arco-breadcrumb) {
     display: flex;
@@ -90,6 +90,7 @@ const goToRoute = (path: string) => {
 
 .breadcrumb-link {
   color: rgb(var(--color-text-1));
+  font-size: small;
   text-decoration: none;
   cursor: pointer;
 
@@ -101,5 +102,6 @@ const goToRoute = (path: string) => {
 
 .breadcrumb-text {
   color: var(--color-text-1);
+  font-size: small;
 }
 </style>