瀏覽代碼

修改大大数据

miaofuhao 6 年之前
父節點
當前提交
76ed361595
共有 3 個文件被更改,包括 7 次插入6 次删除
  1. 1 0
      WebChartBig/css/index.css
  2. 3 3
      WebChartBig/index.html
  3. 3 3
      WebChartBig/js/sourceChannel.js

+ 1 - 0
WebChartBig/css/index.css

@@ -1728,6 +1728,7 @@ a {
1728 1728
 	padding: 4px 22px;
1729 1729
 	vertical-align: middle;
1730 1730
 	margin-left: 32px;
1731
+	font-size: 24px;
1731 1732
 }
1732 1733
 
1733 1734
 .time_box {

+ 3 - 3
WebChartBig/index.html

@@ -466,7 +466,7 @@
466 466
 									
467 467
 									<!--地区选择:
468 468
 									<select class="areaOne selects"></select>-->
469
-									日期<input type="text" id="time1" class="times" />
469
+									日期<input type="text" id="time11" class="times" style="width: 140px; margin-right: 30px;"/>
470 470
 								</div>
471 471
 							</div>
472 472
 							<div id="part_1" style="width: 100%;height: 700px;"></div>
@@ -479,7 +479,7 @@
479 479
 										<span class="col-line"></span> 渠道来源统计
480 480
 									</div>
481 481
 									<div class="time_box pull-right form-inline">
482
-										日期<input type="text" id="time2" class="times" />
482
+										日期<input type="text" id="time12" class="times" style="margin-right: 30px;"/>
483 483
 									</div>
484 484
 								</div>
485 485
 								<!--渠道来源统计-->
@@ -492,7 +492,7 @@
492 492
 										<span class="col-line"></span> 受理区域统计
493 493
 									</div>
494 494
 									<div class="time_box pull-right form-inline">
495
-										日期<input type="text" id="time3" class="times" />
495
+										日期<input type="text" id="time13" class="times"  style="margin-right: 30px;"/>
496 496
 									</div>
497 497
 								</div>
498 498
 								<div class="clearfix">

+ 3 - 3
WebChartBig/js/sourceChannel.js

@@ -36,7 +36,7 @@ $(function() {
36 36
 
37 37
 	})
38 38
 	laydate.render({
39
-		elem: '#time1',
39
+		elem: '#time11',
40 40
 		format: 'yyyy-MM-dd',
41 41
 		theme: '#114a97',
42 42
 		done: function(value, date) {
@@ -45,7 +45,7 @@ $(function() {
45 45
 		}
46 46
 	});
47 47
 	laydate.render({
48
-		elem: '#time2',
48
+		elem: '#time12',
49 49
 		range: '~',
50 50
 		format: 'yyyy-MM-dd',
51 51
 		theme: '#114a97',
@@ -55,7 +55,7 @@ $(function() {
55 55
 		}
56 56
 	});
57 57
 	laydate.render({
58
-		elem: '#time3',
58
+		elem: '#time13',
59 59
 		range: '~',
60 60
 		theme: '#114a97',
61 61
 		done: function(value, date) {