時間線自制

gyk1245646發表於2019-05-15

<div style="overflow: hidden auto;">

<div style="margin-left:30px;margin-top:-30px">

<div v-for="item in runLog" :key="item">

<div style="width: 1px;height: 60px; background:#CCCCCC;margin-left:5px"></div>

<div class="circle"></div>

<div style="margin-top:-3px;float:left;margin-left:4px;width:95%">{{chageTime(item.C_CREATE_TIME)}}<span style="padding-left:15px">{{item.C_RUNRECORD}}</span></div>

</div>

<div style="width: 1px;height: 20px; background:#CCCCCC;margin-left:5px"></div>

</div>

</div>

相關文章