杨奕 пре 8 година
родитељ
комит
0cd469cc53
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      examples/components/side-nav.vue
  2. 1 1
      examples/nav.config.json

+ 1 - 0
examples/components/side-nav.vue

@@ -23,6 +23,7 @@
         color: #5e6d82;
         line-height: 40px;
         transition: .2s;
+        padding-bottom: 6px;
         border-bottom: 1px solid #eaeefb;
         &:hover {
           cursor: pointer;

+ 1 - 1
examples/nav.config.json

@@ -185,7 +185,7 @@
             },
             {
               "path": "/steps",
-              "title": "Steps 步骤"
+              "title": "Steps 步骤"
             }
           ]
         },