提交 ac5d087e 编写于 作者: P Pan

style:refine sidebar css

上级 c53fb7fb
......@@ -8,26 +8,24 @@
// 侧边栏
.hideSidebar {
.sidebar-container {
width: 36px!important; // overflow: inherit;
width: 36px!important;
overflow: inherit;
}
.main-container {
margin-left: 36px;
}
}
// .horizontal-collapse-transition{
// transition: width 0.28s!important;
// }
.sidebar-container {
// transition: width 0.28s ease-out;
transition: width 0.28s!important;
transition: width 0.28s;
width: 180px!important;
height: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 1001; // overflow-y: auto;
z-index: 1001;
overflow-y: auto;
&::-webkit-scrollbar {
display: none
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册