|
|
@@ -15,7 +15,7 @@
|
|
|
</div>
|
|
|
<hr>
|
|
|
<div class="row">
|
|
|
- <h3>考核任务流程</h3>
|
|
|
+ <h3 style="padding-top: 10px;padding-bottom: 15px;">考核任务流程</h3>
|
|
|
<div id="flow_div">
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -93,7 +93,7 @@
|
|
|
.timeline_item_station {
|
|
|
left: 45%;
|
|
|
/* margin-left: 55px; */
|
|
|
- margin-top: 28px;
|
|
|
+ margin-top: 31px;
|
|
|
width: 25px;
|
|
|
height: 25px;
|
|
|
padding: 15px;
|
|
|
@@ -352,15 +352,12 @@
|
|
|
'<div class="row">' +
|
|
|
' <label style=" font-weight: 400;">' + data[i].update_time + '</label>' +
|
|
|
'</div>' +
|
|
|
+ (i == data.length - 1 ? (
|
|
|
+ ' <img src="/images/end.png" style="width: 35px;right: -11px;position: absolute;top: 26px;">'
|
|
|
+ ) : "") +
|
|
|
'</div>';
|
|
|
|
|
|
|
|
|
- if (i == data.length - 1) {
|
|
|
- str += '<div class="col-sm-2" style="text-align:center;padding:0px;width: 87px;margin-left:-67px;">' +
|
|
|
-
|
|
|
- ' <img src="/images/end.png" style="width: 35px;margin-left: 36px;margin-top: 25px;">' +
|
|
|
- '</div>'
|
|
|
- }
|
|
|
flowStr += str;
|
|
|
|
|
|
|