Browse Source

Merge branch 'show-ai-center-info' of git.openi.org.cn:OpenI/aiforge into show-ai-center-info

pull/2469/head
lewis 2 years ago
parent
commit
7b9767ec1e
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">
<path id="path2" d="M0 400, 0 0" stroke-dasharray="5,10"/>
</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 v-if="item.type=='green'" class="pos">
<svg width="50" height="400">
<path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/>
</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>


Loading…
Cancel
Save