Browse Source

[FIX] buttons footer style

Gogs 7 years ago
parent
commit
a148ce3d5b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/App.vue
  2. 1 1
      src/components/CartItem.vue

+ 1 - 1
src/App.vue

@@ -137,7 +137,7 @@
                                 vertical-align: top
             .wizard-card-footer
                 width: 100%
-                padding: 10px 10px
+                height: 60px
                 position: absolute
                 bottom: 0
 

+ 1 - 1
src/components/CartItem.vue

@@ -1,7 +1,7 @@
 <template lang="pug">
         li.cart-item
             h3.item-name {{ item.display_name }}
-            input.item-quantity(type="text" :value="item.qty")
+            input.item-quantity(:value="item.qty" number)
             span.item-x x
             span.item-price {{ getPrice() }}
             span.item-equals =