Browse Source

来电弹屏

d123 7 years ago
parent
commit
2cb3ee806d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CallCenterWeb.UI/callScreen/call.js

+ 1 - 1
CallCenterWeb.UI/callScreen/call.js

@@ -1219,7 +1219,7 @@ Selects($("#testInput1"));
1219 1219
  					$(arr).each(function(i, n) {
1220 1220
  						html = '<li value="' + n + '">' + n + '</li>';
1221 1221
  						$(html).appendTo($('.testInput-list'));
1222
- 						$('.testInput-list').css('height', '27px');
1222
+ 						$('.testInput-list').css('height', '200px');
1223 1223
  					});
1224 1224
  				} 
1225 1225
  			}