We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b4764e + 47c90ae commit a466895Copy full SHA for a466895
src/components/layouts/PageView.vue
@@ -1,7 +1,7 @@
1
<template>
2
<page-layout :desc="description" :title="getTitle" :link-list="linkList" :search="search" :tabs="tabs">
3
<div slot="extra" class="extra-img">
4
- <img :src="extraImage"/>
+ <img v-if="typeof extraImage !== 'undefined'" :src="extraImage"/>
5
</div>
6
<!-- keep-alive -->
7
<route-view ref="content"></route-view>
src/components/page/GlobalLayout.vue
@@ -140,6 +140,7 @@
140
}
141
142
.layout.ant-layout {
143
+ height: 100%;
144
min-height: 100vh;
145
overflow-x: hidden;
146
0 commit comments