修复本地存储预览关闭按钮被 header遮挡的问题

This commit is contained in:
dqjdda
2019-11-08 21:17:06 +08:00
parent 752d9c8478
commit 8c4c280840
2 changed files with 5 additions and 2 deletions

View File

@@ -252,4 +252,7 @@ export default {
/deep/ .el-image__error, .el-image__placeholder{
background: none;
}
/deep/ .el-image-viewer__wrapper{
top: 55px;
}
</style>