|
|
@@ -29,11 +29,9 @@ |
|
|
|
<div class="rotation3D__line" v-for="item in itemList" :class="item.type"> |
|
|
|
<div v-if="item.type=='blue'" class="pos"> |
|
|
|
<svg width="50" height="400"> |
|
|
|
<path id="path3" d="M20 400 S 0 200, 20 0" stroke-dasharray="5,10"/> |
|
|
|
<path id="path4" d="M20 400 S 40 200, 20 0" stroke-dasharray="5,10"/> |
|
|
|
<path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/> |
|
|
|
</svg> |
|
|
|
<div class="dot dot3 ri-arrow-right-s-line"></div> |
|
|
|
<div class="dot dot4 ri-arrow-right-s-line"><span>调试任务 #31412022050816002</span></div> |
|
|
|
<div class="dot dot1 ri-arrow-right-s-line"><span>调试任务 #31412022050816002</span></div> |
|
|
|
</div> |
|
|
|
<div v-if="item.type=='yellow'" class="pos"> |
|
|
|
<svg width="10" height="400"> |
|
|
@@ -41,13 +39,11 @@ |
|
|
|
</svg> |
|
|
|
<div class="dot dot2"><i class="el-icon-close"></i></div> |
|
|
|
</div> |
|
|
|
<div v-if="item.type=='green'" class="pos" style="left: -16px;"> |
|
|
|
<div v-if="item.type=='green'" class="pos"> |
|
|
|
<svg width="50" height="400"> |
|
|
|
<path id="path3" d="M20 400 S 0 200, 20 0" stroke-dasharray="5,10"/> |
|
|
|
<path id="path4" d="M20 400 S 40 200, 20 0" stroke-dasharray="5,10"/> |
|
|
|
<path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/> |
|
|
|
</svg> |
|
|
|
<div class="dot dot3 ri-arrow-right-s-line"></div> |
|
|
|
<div class="dot dot4 ri-arrow-right-s-line"></div> |
|
|
|
<div class="dot dot1 ri-arrow-right-s-line"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|