Browse Source

[FIX] customers seacher style

Gogs 7 years ago
parent
commit
416fecbd4b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/CustomerSearcher.vue

+ 3 - 2
src/components/CustomerSearcher.vue

@@ -11,11 +11,12 @@
 
 <style lang="sass">
     .customer-searcher
-        width: 100%
+        width: calc(100% - 30px) 
         height: 35px
+        margin: 15px
 
         input
-            width: inherit
+            width: 100%
             height: inherit
             text-align: center
             border-radius: 0