carey0001 5 years ago
parent
commit
8b218f413a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      assets/a.scss
  2. 1 1
      components/table.vue

+ 1 - 1
assets/a.scss

@@ -66,7 +66,7 @@ body {
                 text-align     : center;
                 background-size: 22px !important;
                 background     : no-repeat center top;
-
+                background-position: center 2px;
                 span {
                     margin-top: 24px;
                     display   : inline-block;

+ 1 - 1
components/table.vue

@@ -18,7 +18,7 @@
       </nuxt-link>
       <nuxt-link to="/me">
         <li :class="selected[3]">
-          <span>我的</span>
+          <span>我的0</span>
         </li>
       </nuxt-link>
     </ul>