Commit 055c8d3eda73195e8f63e8b7f3571f7c4c3086e5
1 parent
cbfd5fd3
线调-报表管理-表格引用css地址修改,表头遮挡问题用填充距离顶部高度处理
Showing
12 changed files
with
430 additions
and
6 deletions
src/main/resources/static/assets/css/formTable/lbStatuAnaly.css
0 → 100644
| 1 | + | |
| 2 | +.table-bordered { | |
| 3 | + border: 1px solid; } | |
| 4 | +.table-bordered > thead > tr > th, | |
| 5 | +.table-bordered > thead > tr > td, | |
| 6 | +.table-bordered > tbody > tr > th, | |
| 7 | +.table-bordered > tbody > tr > td, | |
| 8 | +.table-bordered > tfoot > tr > th, | |
| 9 | +.table-bordered > tfoot > tr > td { | |
| 10 | + border: 1px solid; } | |
| 11 | +.table-bordered > thead > tr > th, | |
| 12 | +.table-bordered > thead > tr > td { | |
| 13 | + border-bottom-width: 2px; } | |
| 14 | + | |
| 15 | +.table > tbody + tbody { | |
| 16 | + border-top: 1px solid; } | |
| 17 | + | |
| 18 | +#left_div{ | |
| 19 | + width:200px; | |
| 20 | + float: left; | |
| 21 | +} | |
| 22 | +#left_div1{ | |
| 23 | + width: 100%; | |
| 24 | +} | |
| 25 | +#left_div2{ | |
| 26 | + width: 100%; | |
| 27 | + height: 10px; | |
| 28 | + overflow: hidden; | |
| 29 | +} | |
| 30 | +#right_div{ | |
| 31 | + width: 100%; | |
| 32 | + float: left; | |
| 33 | + margin-top: 15px; | |
| 34 | +} | |
| 35 | +#staticfw{ | |
| 36 | + width: 100%; | |
| 37 | + overflow: hidden; | |
| 38 | +} | |
| 39 | +#right_divx{ | |
| 40 | + width:100%; | |
| 41 | +} | |
| 42 | +#right_div2{ | |
| 43 | + width:101%; | |
| 44 | + overflow: auto; | |
| 45 | + margin-top: -20px; | |
| 46 | +} | |
| 47 | + | |
| 48 | +#staticfw::-webkit-scrollbar { | |
| 49 | + display:none | |
| 50 | +} | |
| 51 | + | |
| 52 | +#right_div td{ | |
| 53 | + min-width: 68px; | |
| 54 | + max-width: 68px; | |
| 55 | + width: 68px; | |
| 56 | +} | |
| 57 | +#right_divy td{ | |
| 58 | + min-width: 68px; | |
| 59 | + max-width: 68px; | |
| 60 | + width: 68px; | |
| 61 | +} | |
| 62 | +.tk th{ | |
| 63 | + min-width: 68px; | |
| 64 | + max-width: 68px; | |
| 65 | + width:68px; | |
| 66 | +} | |
| 67 | + | |
| 68 | +#left_divy{ | |
| 69 | + width:200px; | |
| 70 | + float: left; | |
| 71 | +} | |
| 72 | +#left_div1y{ | |
| 73 | + width: 100%; | |
| 74 | +} | |
| 75 | +#left_div2y{ | |
| 76 | + width: 100%; | |
| 77 | + height: 10px; | |
| 78 | + overflow: hidden; | |
| 79 | +} | |
| 80 | +#right_divy{ | |
| 81 | + width: 100%; | |
| 82 | + float: left; | |
| 83 | + margin-top: 15px; | |
| 84 | +} | |
| 85 | +#staticfwy{ | |
| 86 | + width: 100%; | |
| 87 | + overflow: hidden; | |
| 88 | + | |
| 89 | +} | |
| 90 | + | |
| 91 | +#right_divxy{ | |
| 92 | + width:100%; | |
| 93 | +} | |
| 94 | +#right_div2y{ | |
| 95 | + width:101%; | |
| 96 | + height:540px; | |
| 97 | + overflow: auto; | |
| 98 | + margin-top: -65px; | |
| 99 | +} | |
| 100 | +#right_div2::-webkit-scrollbar { | |
| 101 | + display:none | |
| 102 | +} | ... | ... |
src/main/resources/static/assets/css/formTable/scheduleDaily.css
0 → 100644
| 1 | + | |
| 2 | +.table-bordered { | |
| 3 | + border: 1px solid; } | |
| 4 | +.table-bordered > thead > tr > th, | |
| 5 | +.table-bordered > thead > tr > td, | |
| 6 | +.table-bordered > tbody > tr > th, | |
| 7 | +.table-bordered > tbody > tr > td, | |
| 8 | +.table-bordered > tfoot > tr > th, | |
| 9 | +.table-bordered > tfoot > tr > td { | |
| 10 | + border: 1px solid; } | |
| 11 | +.table-bordered > thead > tr > th, | |
| 12 | +.table-bordered > thead > tr > td { | |
| 13 | + border-bottom-width: 2px; } | |
| 14 | + | |
| 15 | +.table > tbody + tbody { | |
| 16 | + border-top: 1px solid; } | |
| 17 | + | |
| 18 | + | |
| 19 | +#left_div{ | |
| 20 | + width:200px; | |
| 21 | + float: left; | |
| 22 | +} | |
| 23 | +#left_div1{ | |
| 24 | + width: 100%; | |
| 25 | +} | |
| 26 | +#left_div2{ | |
| 27 | + width: 100%; | |
| 28 | + height: 10px; | |
| 29 | + overflow: hidden; | |
| 30 | +} | |
| 31 | +#right_div{ | |
| 32 | + width: 98%; | |
| 33 | + float: left; | |
| 34 | + margin-top: 15px; | |
| 35 | +} | |
| 36 | +#staticfw{ | |
| 37 | + width: 100%; | |
| 38 | + overflow: hidden; | |
| 39 | +} | |
| 40 | +#right_divx{ | |
| 41 | + width:100%; | |
| 42 | +} | |
| 43 | +#right_div2{ | |
| 44 | + width:101%; | |
| 45 | + overflow: auto; | |
| 46 | + margin-top: -65px; | |
| 47 | +} | |
| 48 | + | |
| 49 | +#staticfw::-webkit-scrollbar { | |
| 50 | + display:none | |
| 51 | +} | |
| 52 | + | |
| 53 | +.kfc td{ | |
| 54 | + min-width: 56px; | |
| 55 | + max-width: 56px; | |
| 56 | + width: 56px; | |
| 57 | + text-align: center; | |
| 58 | +} | |
| 59 | + | |
| 60 | +#right_div td{ | |
| 61 | + min-width: 56px; | |
| 62 | + max-width: 56px; | |
| 63 | + width: 56px; | |
| 64 | + text-align: center; | |
| 65 | +} | |
| 66 | + | |
| 67 | +#right_divy td{ | |
| 68 | + min-width: 56px; | |
| 69 | + max-width: 56px; | |
| 70 | + width: 56px; | |
| 71 | + text-align: center; | |
| 72 | +} | |
| 73 | + | |
| 74 | +#left_divy{ | |
| 75 | + width:200px; | |
| 76 | + float: left; | |
| 77 | +} | |
| 78 | +#left_div1y{ | |
| 79 | + width: 100%; | |
| 80 | +} | |
| 81 | +#left_div2y{ | |
| 82 | + width: 100%; | |
| 83 | + height: 10px; | |
| 84 | + overflow: hidden; | |
| 85 | +} | |
| 86 | +#right_divy{ | |
| 87 | + width: 100%; | |
| 88 | + float: left; | |
| 89 | + height: 600px; | |
| 90 | + margin-top: 15px; | |
| 91 | +} | |
| 92 | +#staticfwy{ | |
| 93 | + width: 100%; | |
| 94 | + overflow: hidden; | |
| 95 | + | |
| 96 | +} | |
| 97 | +#right_divxy{ | |
| 98 | + width:100%; | |
| 99 | +} | |
| 100 | +#right_div2y{ | |
| 101 | + width:99%; | |
| 102 | + height:68%; | |
| 103 | + overflow: auto; | |
| 104 | + margin-top: -20px; | |
| 105 | +} | |
| 106 | +#staticfwy::-webkit-scrollbar { | |
| 107 | + display:none | |
| 108 | +} | |
| 109 | +#ddrbBody tr> td >span{ | |
| 110 | + word-break: keep-all;white-space:nowrap; | |
| 111 | +} | ... | ... |
src/main/resources/static/assets/css/formTable/statisticsDaily.css
0 → 100644
| 1 | + | |
| 2 | + .table-bordered { | |
| 3 | + border: 1px solid; } | |
| 4 | +.table-bordered > thead > tr > th, | |
| 5 | +.table-bordered > thead > tr > td, | |
| 6 | +.table-bordered > tbody > tr > th, | |
| 7 | +.table-bordered > tbody > tr > td, | |
| 8 | +.table-bordered > tfoot > tr > th, | |
| 9 | +.table-bordered > tfoot > tr > td { | |
| 10 | + border: 1px solid; } | |
| 11 | +.table-bordered > thead > tr > th, | |
| 12 | +.table-bordered > thead > tr > td { | |
| 13 | + border-bottom-width: 2px; } | |
| 14 | + | |
| 15 | +.table > tbody + tbody { | |
| 16 | + border-top: 1px solid; } | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | +#left_div{ | |
| 21 | + width:200px; | |
| 22 | + float: left; | |
| 23 | +} | |
| 24 | +#left_div1{ | |
| 25 | + width: 100%; | |
| 26 | +} | |
| 27 | +#left_div2{ | |
| 28 | + width: 100%; | |
| 29 | + height: 10px; | |
| 30 | + overflow: hidden; | |
| 31 | +} | |
| 32 | +#right_div{ | |
| 33 | + width: 100%; | |
| 34 | + float: left; | |
| 35 | + margin-top: 15px; | |
| 36 | +} | |
| 37 | +#staticfw{ | |
| 38 | + width: 100%; | |
| 39 | + overflow: hidden; | |
| 40 | +} | |
| 41 | +#right_divx{ | |
| 42 | + width:100%; | |
| 43 | +} | |
| 44 | +#right_div2{ | |
| 45 | + width:101%; | |
| 46 | + overflow: auto; | |
| 47 | + margin-top: -65px; | |
| 48 | +} | |
| 49 | + | |
| 50 | +#staticfw::-webkit-scrollbar { | |
| 51 | + display:none | |
| 52 | +} | |
| 53 | + | |
| 54 | +#right_div td{ | |
| 55 | + min-width: 60px; | |
| 56 | + max-width: 60px; | |
| 57 | + width: 60px; | |
| 58 | +} | |
| 59 | + | |
| 60 | +#right_divy td{ | |
| 61 | + min-width: 60px; | |
| 62 | + max-width: 60px; | |
| 63 | + width: 60px; | |
| 64 | +} | |
| 65 | +#left_divy{ | |
| 66 | + width:200px; | |
| 67 | + float: left; | |
| 68 | +} | |
| 69 | +#left_div1y{ | |
| 70 | + width: 100%; | |
| 71 | +} | |
| 72 | +#left_div2y{ | |
| 73 | + width: 100%; | |
| 74 | + height: 10px; | |
| 75 | + overflow: hidden; | |
| 76 | +} | |
| 77 | +#right_divy{ | |
| 78 | + width: 100%; | |
| 79 | + float: left; | |
| 80 | + margin-top: 15px; | |
| 81 | +} | |
| 82 | +#staticfwy{ | |
| 83 | + width: 100%; | |
| 84 | + overflow: hidden; | |
| 85 | + | |
| 86 | +} | |
| 87 | + | |
| 88 | +#right_divxy{ | |
| 89 | + width:100%; | |
| 90 | +} | |
| 91 | +#right_div2y{ | |
| 92 | + width:101%; | |
| 93 | + height:500px; | |
| 94 | + overflow: auto; | |
| 95 | + margin-top: -20px; | |
| 96 | + margin-bottom: 20px; | |
| 97 | +} | |
| 98 | +#staticfwy::-webkit-scrollbar { | |
| 99 | + display:none | |
| 100 | +} | ... | ... |
src/main/resources/static/assets/css/formTable/waybill.css
0 → 100644
| 1 | + | |
| 2 | +.table-bordered { | |
| 3 | + border: 1px solid; } | |
| 4 | +.table-bordered > thead > tr > th, | |
| 5 | +.table-bordered > thead > tr > td, | |
| 6 | +.table-bordered > tbody > tr > th, | |
| 7 | +.table-bordered > tbody > tr > td, | |
| 8 | +.table-bordered > tfoot > tr > th, | |
| 9 | +.table-bordered > tfoot > tr > td { | |
| 10 | + border: 1px solid; } | |
| 11 | +.table-bordered > thead > tr > th, | |
| 12 | +.table-bordered > thead > tr > td { | |
| 13 | + border-bottom-width: 2px; } | |
| 14 | + | |
| 15 | +.table > tbody + tbody { | |
| 16 | + border-top: 1px solid; } | |
| 17 | + | |
| 18 | +#right_div td{ | |
| 19 | + min-width: 80px; | |
| 20 | + max-width: 80px; | |
| 21 | + width: 80px; | |
| 22 | +} | |
| 23 | +#left_div{ | |
| 24 | + width:200px; | |
| 25 | + float: left; | |
| 26 | +} | |
| 27 | +#left_div1{ | |
| 28 | + width: 100%; | |
| 29 | +} | |
| 30 | +#left_div2{ | |
| 31 | + width: 100%; | |
| 32 | + height: 10px; | |
| 33 | + overflow: hidden; | |
| 34 | +} | |
| 35 | +#right_div{ | |
| 36 | + width: 100%; | |
| 37 | + float: left; | |
| 38 | + margin-top: 15px; | |
| 39 | +} | |
| 40 | +#staticfw{ | |
| 41 | + width: 100%; | |
| 42 | + overflow: hidden; | |
| 43 | +} | |
| 44 | +#right_divx{ | |
| 45 | + width:100%; | |
| 46 | +} | |
| 47 | +#right_div2{ | |
| 48 | + width:101%; | |
| 49 | + overflow: auto; | |
| 50 | + margin-top: -20px; | |
| 51 | +} | |
| 52 | + | |
| 53 | +#staticfw::-webkit-scrollbar { | |
| 54 | + display:none | |
| 55 | +} | |
| 56 | + | |
| 57 | +#right_divy td{ | |
| 58 | + min-width: 80px; | |
| 59 | + max-width: 80px; | |
| 60 | + width: 80px; | |
| 61 | +} | |
| 62 | +#left_divy{ | |
| 63 | + width:200px; | |
| 64 | + float: left; | |
| 65 | +} | |
| 66 | +#left_div1y{ | |
| 67 | + width: 100%; | |
| 68 | +} | |
| 69 | +#left_div2y{ | |
| 70 | + width: 100%; | |
| 71 | + height: 10px; | |
| 72 | + overflow: hidden; | |
| 73 | +} | |
| 74 | +#right_divy{ | |
| 75 | + width: 100%; | |
| 76 | + float: left; | |
| 77 | + margin-top: 15px; | |
| 78 | +} | |
| 79 | +#staticfwy{ | |
| 80 | + width: 100%; | |
| 81 | + overflow: hidden; | |
| 82 | + | |
| 83 | +} | |
| 84 | + | |
| 85 | +#right_divxy{ | |
| 86 | + width:100%; | |
| 87 | +} | |
| 88 | +#right_div2y{ | |
| 89 | + width:100%; | |
| 90 | + height:auto; | |
| 91 | + margin-top: -65px; | |
| 92 | +} | |
| 93 | +#right_divy td{ | |
| 94 | + min-width: auto; | |
| 95 | + max-width: auto; | |
| 96 | + width: auto; | |
| 97 | +} | |
| 98 | + | |
| 99 | +#right_div2::-webkit-scrollbar { | |
| 100 | + display:none | |
| 101 | +} | |
| 102 | +.tk th{ | |
| 103 | + min-width: 80px; | |
| 104 | + max-width: 80px; | |
| 105 | + width:80px; | |
| 106 | +} | ... | ... |
src/main/resources/static/pages/forms/statement/correctForm.html
| ... | ... | @@ -62,7 +62,8 @@ |
| 62 | 62 | <input class="btn btn-default" type="button" id="export" value="导出"/> |
| 63 | 63 | </div> |
| 64 | 64 | </form> |
| 65 | - </div> | |
| 65 | + </div> | |
| 66 | + <div class="portlet-body"></div> | |
| 66 | 67 | <div class="portlet-body"> |
| 67 | 68 | <div class="table-container" style="margin-top: 10px;overflow:auto;min-width: 906px"> |
| 68 | 69 | <table class="table table-bordered table-hover table-checkable" id="forms"> | ... | ... |
src/main/resources/static/pages/forms/statement/lbStatuAnaly.html
src/main/resources/static/pages/forms/statement/scheduleAnaly.html
| ... | ... | @@ -69,6 +69,7 @@ |
| 69 | 69 | </div> |
| 70 | 70 | </form> |
| 71 | 71 | </div> |
| 72 | + <div class="portlet-body"></div> | |
| 72 | 73 | <div class="portlet-body"> |
| 73 | 74 | <div class="table-container" style="margin-top: 10px;overflow:auto;min-width: 906px"> |
| 74 | 75 | <table class="table table-bordered table-hover table-checkable" id="forms"> | ... | ... |
src/main/resources/static/pages/forms/statement/scheduleDaily.html
src/main/resources/static/pages/forms/statement/statisticsDaily.html
| 1 | -<link rel="stylesheet" type="text/css" href="css/statisticsDaily.css" /> | |
| 1 | +<link rel="stylesheet" type="text/css" href="/assets/css/formTable/statisticsDaily.css" /> | |
| 2 | 2 | |
| 3 | 3 | <div class="page-head"> |
| 4 | 4 | <div class="page-title"> |
| ... | ... | @@ -48,6 +48,7 @@ |
| 48 | 48 | </div> |
| 49 | 49 | </form> |
| 50 | 50 | </div> |
| 51 | + <div class="portlet-body"></div> | |
| 51 | 52 | <div id="left_div"> |
| 52 | 53 | <div id="left_div1"> |
| 53 | 54 | <table id="left_table1"></table> | ... | ... |
src/main/resources/static/pages/forms/statement/waybill.html
src/main/resources/static/pages/mforms/changetochanges/changetochange.html
src/main/resources/static/pages/report/inoutstation.html
| ... | ... | @@ -84,7 +84,8 @@ |
| 84 | 84 | </div> |
| 85 | 85 | </div> |
| 86 | 86 | </form> |
| 87 | - </div> | |
| 87 | + </div> | |
| 88 | + <div class="portlet-body"></div> | |
| 88 | 89 | <div class="portlet-body"> |
| 89 | 90 | <div class="row"> |
| 90 | 91 | <div class="table-container" id="formsDiv" style="margin-top: 10px;overflow:auto;min-width: 906px;height: 300px"> | ... | ... |