Commit 8c4c2808 by dqjdda

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

parent 752d9c84
......@@ -3,13 +3,13 @@
.main-container {
min-height: 100%;
transition: margin-left .28s;
margin-left: 195px;
margin-left: 193px;
position: relative;
}
// 侧边栏
.sidebar-container {
transition: width 0.28s;
width: 195px !important;
width: 193px !important;
height: 100%;
position: fixed;
font-size: 0px;
......
......@@ -252,4 +252,7 @@ export default {
/deep/ .el-image__error, .el-image__placeholder{
background: none;
}
/deep/ .el-image-viewer__wrapper{
top: 55px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment