Browse Source

增加span节点

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2469/head
zouap 2 years ago
parent
commit
ef4d379ba4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/home.tmpl

+ 2
- 2
templates/home.tmpl View File

@@ -123,13 +123,13 @@
<svg width="10" height="400"> <svg width="10" height="400">
<path id="path2" d="M0 400, 0 0" stroke-dasharray="5,10"/> <path id="path2" d="M0 400, 0 0" stroke-dasharray="5,10"/>
</svg> </svg>
<div class="dot dot2"><i class="el-icon-close"></i></div>
<div class="dot dot2"><i class="el-icon-close"></i><span></span></div>
</div> </div>
<div v-if="item.type=='green'" class="pos"> <div v-if="item.type=='green'" class="pos">
<svg width="50" height="400"> <svg width="50" height="400">
<path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/> <path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/>
</svg> </svg>
<div class="dot dot1 ri-arrow-left-s-line"></div>
<div class="dot dot1 ri-arrow-left-s-line"><span></span></div>
</div> </div>
</div> </div>
</div> </div>


Loading…
Cancel
Save