소스 검색

新增经销商数据拉取菜单

yanym 1 일 전
부모
커밋
7d17c699dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      suishenbang-admin/src/main/resources/templates/system/getCustomerData/getCustomerData.html

+ 1 - 1
suishenbang-admin/src/main/resources/templates/system/getCustomerData/getCustomerData.html

@@ -8,7 +8,7 @@
     <div class="col-sm-12">
         <div class="row" style="margin-top: 10px;">
             <label class="col-sm-1 control-label" style="text-align: right;padding: 0;height: 34px;line-height: 34px;font-size: 14px;font-weight: bold;">经销商代码:</label>
-            <div class="col-sm-8">
+            <div class="col-sm-2">
                 <input type="text" id="keyName" name="" class="form-control" placeholder="输入经销商代码">
             </div>
         </div>