| | |
| | | <li v-for="(item, index) in thinkData" :key="index"> |
| | | <div v-if="index <= showIndex" style="display: flex"> |
| | | <span style="position: relative"> |
| | | <span style="position: absolute; top: 4px; left: 13px; color: #fff">{{ index + 1 }}</span> |
| | | <span style="position: absolute; top: 16px; left: 13px; color: #fff">{{ index + 1 }}</span> |
| | | <img src="../../assets/images/icon/blue-group.png" alt="" style="margin-right: 10px" |
| | | v-if="index < thinkOne.length - 1" /> |
| | | <img src="../../assets/images/icon/blue.png" alt="" v-if="index == thinkOne.length - 1" |