瀏覽代碼

[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