Explorar o código

perf: 面包屑优化

曾坤森 hai 3 meses
pai
achega
48323b84a7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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>