mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提交
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<portal-header :hideSearch="true" textColor="#ffffff"></portal-header>
|
<portal-header style="background: #387DF7;" :hideSearch="true" textColor="#ffffff"></portal-header>
|
||||||
<iframe :src="url" style="width: 100%;height: 100%;margin-top: 30px;" frameborder="0"></iframe>
|
<iframe :src="url" style="width: 100%;height: 100%;margin-top: 30px;" frameborder="0"></iframe>
|
||||||
<portal-footer></portal-footer>
|
<portal-footer></portal-footer>
|
||||||
</div>
|
</div>
|
||||||
@@ -36,6 +36,7 @@ import portalFooter from "@/components/PortalFooter.vue";
|
|||||||
<style lang="scss" >
|
<style lang="scss" >
|
||||||
.box{
|
.box{
|
||||||
// width: 100%;
|
// width: 100%;
|
||||||
|
//background: #387DF7;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -562,7 +562,7 @@ export default {
|
|||||||
}
|
}
|
||||||
//转化为秒
|
//转化为秒
|
||||||
if(item.minute){
|
if(item.minute){
|
||||||
result.duration=parseFloat(result.minute)*60;
|
item.duration=parseFloat(item.minute)*60;
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user