Stylus使用记录

82 阅读1分钟

Mybatis 官网

#leftColumn{
	position: fixed;
	left: 20px;
	top: 164px;
}
#bodyColumn{
	margin-left: calc(188px + 2.56%);
}

页面向下滚动时固定左侧侧边栏: image.png

Mockjs

Mock.js 示例页

#examples > div > div.col-sm-2{
    position: sticky;
    top: 0px;
    height: calc(100vh - 200px);
    overflow: auto;
}

#examples > div > div.col-sm-10{
}

页面向下滚动时固定左侧侧边栏: image.png