mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
不同样式
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="box">
|
||||
<div class="box" :class="{ incl: url.includes('projectdetails') }">
|
||||
<portal-header style="background: #387DF7;" :hideSearch="true" textColor="#ffffff"></portal-header>
|
||||
<iframe :src="url" style="width: 100%;height: 100%;" frameborder="0"></iframe>
|
||||
<portal-footer></portal-footer>
|
||||
@@ -39,4 +39,8 @@ import portalFooter from "@/components/PortalFooter.vue";
|
||||
//background: #387DF7;
|
||||
height: 100%;
|
||||
}
|
||||
.incl{
|
||||
overflow: hidden;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user