|
@@ -72,7 +72,6 @@ const handleIframeLoaded = () => {
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
|
<div class="system-message-detail" v-vloading="loading">
|
|
<div class="system-message-detail" v-vloading="loading">
|
|
|
- <!-- <el-button @click="handleIframeLoaded">测试</el-button> -->
|
|
|
|
|
<div class="content" v-if="route.query.type !== 'feature'">
|
|
<div class="content" v-if="route.query.type !== 'feature'">
|
|
|
<div class="header" v-if="notificationData.title">
|
|
<div class="header" v-if="notificationData.title">
|
|
|
<div class="status-icon"></div>
|
|
<div class="status-icon"></div>
|
|
@@ -107,7 +106,7 @@ const handleIframeLoaded = () => {
|
|
|
:data="item"
|
|
:data="item"
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="content" v-else>
|
|
|
|
|
|
|
+ <div class="content" style="height: 100%" v-else>
|
|
|
<div class="header" v-if="notificationData.title">
|
|
<div class="header" v-if="notificationData.title">
|
|
|
<div class="status-icon"></div>
|
|
<div class="status-icon"></div>
|
|
|
<div class="title">{{ notificationData.title }}</div>
|
|
<div class="title">{{ notificationData.title }}</div>
|
|
@@ -133,7 +132,6 @@ const handleIframeLoaded = () => {
|
|
|
.content {
|
|
.content {
|
|
|
margin: auto;
|
|
margin: auto;
|
|
|
width: 1000px;
|
|
width: 1000px;
|
|
|
- height: 100%;
|
|
|
|
|
}
|
|
}
|
|
|
.notification-card {
|
|
.notification-card {
|
|
|
max-width: 800px;
|
|
max-width: 800px;
|