mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 13:56:43 +08:00
更改文字
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
<div v-if="cware.content.contentType==10">
|
<div v-if="cware.content.contentType==10">
|
||||||
<video controls v-if="cware.content.content!=''" style="width: 100%;">
|
<video controls v-if="cware.content.content!=''" style="width: 100%;">
|
||||||
<source :src="fileBaseUrl+cware.curriculumData.url" type="video/mp4">
|
<source :src="fileBaseUrl+cware.curriculumData.url" type="video/mp4">
|
||||||
你的浏览器不支持video
|
您的浏览器不支持video
|
||||||
</video>
|
</video>
|
||||||
<div style="display: flex;justify-content:space-between;margin-top: 20px;">
|
<div style="display: flex;justify-content:space-between;margin-top: 20px;">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user