Преглед изворни кода

[FIX] customers seacher style

Gogs пре 7 година
родитељ
комит
416fecbd4b
1 измењених фајлова са 3 додато и 2 уклоњено
  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