Skip to content

Commit 89c72d2

Browse files
committed
refine css
1 parent 108b380 commit 89c72d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/layout/Layout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
}
4444
.sidebar-container {
45-
transition: all .28s ease-out;
45+
transition: width 0.28s ease-out;
4646
width: 180px;
4747
height: 100%;
4848
position: fixed;
@@ -54,7 +54,7 @@
5454
}
5555
.main-container {
5656
min-height: 100%;
57-
transition: all .28s ease-out;
57+
transition: margin-left 0.28s ease-out;
5858
margin-left: 180px;
5959
}
6060
}

0 commit comments

Comments
 (0)