Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
front-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
front-backend
Commits
8c4c2808
Commit
8c4c2808
authored
Nov 08, 2019
by
dqjdda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复本地存储预览关闭按钮被 header遮挡的问题
parent
752d9c84
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/styles/sidebar.scss
+2
-2
src/views/tools/storage/local/index.vue
+3
-0
No files found.
src/styles/sidebar.scss
View file @
8c4c2808
...
...
@@ -3,13 +3,13 @@
.main-container
{
min-height
:
100%
;
transition
:
margin-left
.28s
;
margin-left
:
19
5
px
;
margin-left
:
19
3
px
;
position
:
relative
;
}
// 侧边栏
.sidebar-container
{
transition
:
width
0
.28s
;
width
:
19
5
px
!
important
;
width
:
19
3
px
!
important
;
height
:
100%
;
position
:
fixed
;
font-size
:
0px
;
...
...
src/views/tools/storage/local/index.vue
View file @
8c4c2808
...
...
@@ -252,4 +252,7 @@ export default {
/
deep
/
.el-image__error
,
.el-image__placeholder
{
background
:
none
;
}
/
deep
/
.el-image-viewer__wrapper
{
top
:
55px
;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment