Skip to content

Commit

Permalink
修复本地存储预览关闭按钮被 header遮挡的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Nov 16, 2019
1 parent 683b94c commit c4386d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions src/views/tools/storage/local/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,7 @@ export default {
/deep/ .el-image__error, .el-image__placeholder{
background: none;
}
/deep/ .el-image-viewer__wrapper{
top: 55px;
}
</style>

0 comments on commit c4386d5

Please sign in to comment.