Explorar el Código

[FIX] customers seacher style

Gogs hace 7 años
padre
commit
416fecbd4b
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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