Merge branch 'zcwy-master' into dev0515

This commit is contained in:
zhangsir
2024-05-28 14:10:30 +08:00

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="box"> <div class="box" :class="{ incl: url.includes('projectdetails') }">
<portal-header style="background: #387DF7;" :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%;" frameborder="0"></iframe> <iframe :src="url" style="width: 100%;height: 100%;" frameborder="0"></iframe>
<portal-footer></portal-footer> <portal-footer></portal-footer>
@@ -39,4 +39,8 @@ import portalFooter from "@/components/PortalFooter.vue";
//background: #387DF7; //background: #387DF7;
height: 100%; height: 100%;
} }
.incl{
overflow: hidden;
padding-bottom: 100px;
}
</style> </style>