Browse Source

修改品牌不能输入中文的问题

shenjj 7 years ago
parent
commit
1a98927a8e

+ 1 - 1
src/main/webapp/resources/view/admin/modal/auditRegulpicpass_modal.html

@@ -45,7 +45,7 @@
     top: 28px;
     left: 15px;
     width: 240px;
-    max-height: 180px;
+    max-height: 140px;
     overflow-y: auto;
     background: #fff;
     border: 1px solid #dcdcdc;

+ 3 - 3
src/main/webapp/resources/view/vendor/modal/edit_regul_modal.html

@@ -301,7 +301,7 @@
                 </li>
               </ul>
             </div>
-            <div ng-show="IsLookOrUpdate === 'look'" style="width: 165px;height: 28px">
+            <div ng-show="IsLookOrUpdate === 'look'" style="width: 165px;height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
               {{brandcode}}
             </div>
           </div>
@@ -317,7 +317,7 @@
                        ng-model="kind"
                        class="form-control" maxlength="20"/>
               </div>
-              <div ng-show="IsLookOrUpdate === 'look'" style="width: 165px;height: 28px">
+              <div ng-show="IsLookOrUpdate === 'look'" style="width: 165px;height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
                 {{kind}}
               </div>
             </div>
@@ -342,7 +342,7 @@
                   </li>
                 </ul>
               </div>
-              <div ng-show="IsLookOrUpdate === 'look'" style="width: 165px;height: 28px">
+              <div ng-show="IsLookOrUpdate === 'look'" style="width: 165px;height: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
                 {{cmpcode}}
               </div>
             </div>