mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
修改
This commit is contained in:
@@ -104,13 +104,13 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li v-for="(item, index) in Positive" :key="index" class="title-line-ellipsis" style="cursor: pointer;margin-top:30px">
|
<li v-for="(item, index) in Positive" :key="index" class="title-line-ellipsis" style="cursor: pointer;margin-top:30px">
|
||||||
<span class="portal-right-text blue-one" v-if="index==0" style="margin-right:94px">
|
<span class="portal-right-text blue-one" v-if="index==0" style="margin-right:94px">
|
||||||
<img src="/images/list-01.png" alt="">
|
<img src="/images/listblue01.png" alt="">
|
||||||
</span>
|
</span>
|
||||||
<span class="portal-right-text blue-tow" v-if="index==1" style="margin-right:94px">
|
<span class="portal-right-text blue-tow" v-if="index==1" style="margin-right:94px">
|
||||||
<img src="/images/list02.png" alt="">
|
<img src="/images/listblue02.png" alt="">
|
||||||
</span>
|
</span>
|
||||||
<span class="portal-right-text blue-three" v-if="index==2" style="margin-right:94px">
|
<span class="portal-right-text blue-three" v-if="index==2" style="margin-right:94px">
|
||||||
<img src="/images/list03.png" alt="">
|
<img src="/images/listblue03.png" alt="">
|
||||||
</span>
|
</span>
|
||||||
<span class="portal-right-text" v-if="index==3" style="margin-right:94px">
|
<span class="portal-right-text" v-if="index==3" style="margin-right:94px">
|
||||||
<img src="/images/list04.png" alt="">
|
<img src="/images/list04.png" alt="">
|
||||||
|
|||||||
Reference in New Issue
Block a user