1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 21:30:14 +08:00

[bug]: 修复401页面dialog里的动图在小屏不居中

This commit is contained in:
weiwei Wang 2018-04-10 22:23:57 +08:00 committed by GitHub
parent 01442ce4d7
commit 572f9ca99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ export default {
.pan-img { .pan-img {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
width: 100%;
} }
.text-jumbo { .text-jumbo {
font-size: 60px; font-size: 60px;