Browse Source

代码提交

d123 7 years ago
parent
commit
3da82e4f01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CallCenterWeb.UI/callScreen/callScreen.html

+ 2 - 2
CallCenterWeb.UI/callScreen/callScreen.html

311
 				background-color: rgb(255, 255, 255);
311
 				background-color: rgb(255, 255, 255);
312
 				z-index: 99999;
312
 				z-index: 99999;
313
 				padding-left: 0;
313
 				padding-left: 0;
314
-				width: 128px;
314
+				width: 100%;
315
 				display: none;
315
 				display: none;
316
 				height: 200px;
316
 				height: 200px;
317
     overflow-y: auto;
317
     overflow-y: auto;
639
 										<option value="">请选择反馈单位</option>
639
 										<option value="">请选择反馈单位</option>
640
 									</select>-->
640
 									</select>-->
641
 									<input type="text" id="testInput_" class="ld-sercon form-control " style="width: 100%;" />
641
 									<input type="text" id="testInput_" class="ld-sercon form-control " style="width: 100%;" />
642
-								<ul class="testInput-list">
642
+								<ul class="testInput-list" style="width: 98%;">
643
 									<li></li>
643
 									<li></li>
644
 								</ul>
644
 								</ul>
645
 									
645