Skip to content

Commit bf7cba4

Browse files
committed
优化代码,处理 移动端的侧边栏bug
1 parent fad2987 commit bf7cba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/home/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ export default {
481481
.container-left {
482482
margin-right: 0;
483483
opacity: 1;
484-
position: absolute;
484+
position: absolute !important;
485485
top: 0;
486486
left: -225px;
487487
z-index: 10;

0 commit comments

Comments
 (0)