Преглед на файлове

[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