liuqiwen 5 vuotta sitten
vanhempi
commit
3a6587fd92
1 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 2 4
      src/components/menu.vue

+ 2 - 4
src/components/menu.vue

@@ -99,7 +99,7 @@ export default {
       font-size: 1.4rem;
       color: #333;
       border-bottom: 0.1rem solid #e5e5e5;
-      padding: 0 1.6rem;
+      padding-right: 1.6rem;
       box-sizing: border-box;
       &:hover {
         background: #ffddd3;
@@ -121,9 +121,7 @@ export default {
         height: 1.4rem;
         width: 0.2rem;
         background: #fff;
-        // position: absolute;
-        // left: 0;
-        // top: 1.6rem;
+        margin-right: 1.6rem;
       }
       i {
         float: right;