소스 검색

新增经销商数据拉取菜单

yanym 2 일 전
부모
커밋
f05d6566bb
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

@@ -7,7 +7,7 @@
 <div class="wrapper wrapper-content">
     <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;">经销商代码:</label>
+            <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">
                 <input type="text" id="keyName" name="" class="form-control" placeholder="输入经销商代码">
             </div>