mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
提交
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
disableOnInteraction: false ,
|
disableOnInteraction: false ,
|
||||||
delay: 2000,
|
delay: 2000,
|
||||||
},
|
},
|
||||||
speed: 1000, //切换速度,即slider自动滑动开始到结束的时间(单位ms)
|
speed: 2000, //切换速度,即slider自动滑动开始到结束的时间(单位ms)
|
||||||
loop:true, //循环切换
|
loop:true, //循环切换
|
||||||
observe:true,
|
observe:true,
|
||||||
peed: 300,//循环速度
|
peed: 300,//循环速度
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
<span style="margin-left:14px">{{item.openType == 9?'公开':'私密'}}</span>
|
<span style="margin-left:14px">{{item.openType == 9?'公开':'私密'}}</span>
|
||||||
<h6>{{ item.sysUpdateTime }}</h6>
|
<h6>{{ item.sysUpdateTime }}</h6>
|
||||||
</div>
|
</div>
|
||||||
<div class="all-content">
|
<div class="all-content" style="word-break:break-all;">
|
||||||
<span v-if="item.contentType != 3">{{ item.content }}</span>
|
<span v-if="item.contentType != 3">{{ item.content }}</span>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<template v-for="img in item.content">
|
<template v-for="img in item.content">
|
||||||
|
|||||||
Reference in New Issue
Block a user