不同样式

This commit is contained in:
zhangsir
2024-05-28 14:10:06 +08:00
parent 1ea0e209fe
commit 2b323bc6f9

View File

@@ -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>