mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
修复: 解决 IE 浏览器下异常信息不垂直居中的bug;
This commit is contained in:
parent
94096a3832
commit
6ca991d186
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="exception-page" :style="{minHeight: layoutMinHeight - 64 + 'px'}">
|
<div class="exception-page" :style="{height: layoutMinHeight - 64 + 'px'}">
|
||||||
<div class="img">
|
<div class="img">
|
||||||
<img :src="config[type].img" />
|
<img :src="config[type].img" />
|
||||||
</div>
|
</div>
|
||||||
@ -36,16 +36,13 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
.img{
|
.img{
|
||||||
display: inline-block;
|
|
||||||
padding-right: 52px;
|
padding-right: 52px;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
img{
|
img{
|
||||||
height: 360px;
|
|
||||||
max-width: 430px;
|
max-width: 430px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
display: inline-block;
|
|
||||||
h1{
|
h1{
|
||||||
color: #434e59;
|
color: #434e59;
|
||||||
font-size: 72px;
|
font-size: 72px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user