Skip to content

Commit 336840a

Browse files
committed
优化移动端侧边栏的css样式
1 parent ef846bb commit 336840a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/home/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ export default {
330330
background-color: #545c64;
331331
transition: left 0.23s ease-in-out;
332332
height: 100%;
333-
position: absolute !important;
334333
}
335334
.container-left-wrap {
336335
overflow-x: hidden !important;
@@ -482,7 +481,7 @@ export default {
482481
.container-left {
483482
margin-right: 0;
484483
opacity: 1;
485-
position: absolute;
484+
position: absolute !important;
486485
top: 0;
487486
left: -225px;
488487
z-index: 10;

0 commit comments

Comments
 (0)