Procházet zdrojové kódy

修改坐席话务统计页面表格列宽

zhangshuangnan %!s(int64=7) %!d(string=před) roky
rodič
revize
fcc114d57e
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      CallCenterWeb.UI/ReportForm/seatPhoneCount.html

+ 3 - 3
CallCenterWeb.UI/ReportForm/seatPhoneCount.html

17
 			}
17
 			}
18
 			
18
 			
19
 			.th-content {
19
 			.th-content {
20
-				width: 90%;
20
+				width: 98%;
21
 				margin: 0 auto;
21
 				margin: 0 auto;
22
 			}
22
 			}
23
 		</style>
23
 		</style>
125
 										align: 'center',
125
 										align: 'center',
126
 										fixed: true, 
126
 										fixed: true, 
127
 										sort: true,
127
 										sort: true,
128
-										width: 150,
128
+										width: 100,
129
 									});
129
 									});
130
 									for(var i = 1, colNL = res.length; i < colNL; i++){
130
 									for(var i = 1, colNL = res.length; i < colNL; i++){
131
 										newArr.push({
131
 										newArr.push({
134
 											align: 'center',
134
 											align: 'center',
135
 											//fixed: true, 
135
 											//fixed: true, 
136
 											//sort: true,
136
 											//sort: true,
137
-											//width: 150,
137
+											width: 220,
138
 										});
138
 										});
139
 									}
139
 									}
140
 //									newArr.push({
140
 //									newArr.push({