Merge remote-tracking branch 'origin/zypms' into zypms
| | |
| | | display: inline-block; |
| | | position: absolute; |
| | | float: left; |
| | | width: 11%; |
| | | width: 16%; |
| | | margin-top: 0.5%; |
| | | margin-left: 1%; |
| | | } |
| | |
| | | } |
| | | .tab-head>th { |
| | | width: 73px; |
| | | height: 30px; |
| | | height: 25px; |
| | | } |
| | | .tab-head>th:first-child { |
| | | width: 55px; |
| | | width: 110px; |
| | | } |
| | | /*表身*/ |
| | | .tab-body { |
| | |
| | | } |
| | | .tab-body>td { |
| | | width: 73px; |
| | | height: 48px; |
| | | height: 30px; |
| | | text-align: center; |
| | | } |
| | | .tab-body>td:first-child { |
| | |
| | | position: absolute; |
| | | clear: both; |
| | | background-color: #FFF; |
| | | width: 87%; |
| | | width: 80%; |
| | | margin-top: 0.5%; |
| | | margin-left: 12%; |
| | | margin-left: 16.9%; |
| | | overflow-x: scroll; |
| | | } |
| | | |
| | |
| | | |
| | | } |
| | | #details-tab th { |
| | | height: 30px; |
| | | height: 25px; |
| | | width: 55px; |
| | | } |
| | | #details-tab td { |
| | | height: 25px; |
| | | height: 16px; |
| | | text-align: center; |
| | | position: relative; |
| | | |
| | |
| | | +'</thead>' |
| | | +'<tbody>' // 表身 (项目节点始末) |
| | | +'<tr class="tab-body">' |
| | | +'<td style="height: 50px">'+'项目总时长'+'</td>' |
| | | +'<td style="height: 50px">'+project.projectStartTime.substring(0,10)+'</td>' |
| | | +'<td style="height: 50px">'+project.projectEndTime.substring(0,10)+'</td>' |
| | | +'<td style="height: 40px">'+'项目总时长'+'</td>' |
| | | +'<td style="height: 40px">'+project.projectStartTime.substring(0,10)+'</td>' |
| | | +'<td style="height: 40px">'+project.projectEndTime.substring(0,10)+'</td>' |
| | | +'</tr>' |
| | | |
| | | var tabLeft4 = tabLeft + tabLeft3 +'</tbody>' |