Commit ad360940 by zhangleyuan

feat:调整样式

parent a143dac9
......@@ -11,26 +11,26 @@
background-color: #F0F2F5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
// .page {
// position: fixed;
// top: 50px;
// left: 180px;
// right: 0;
// bottom: 0;
// z-index: 102;
// overflow: auto;
// .box{
// &:first-child{
// margin-bottom: 8px;
// }
// &+.box{
// margin: 8px 16px;
// }
// &:last-child{
// margin-bottom: 16px;
// }
// }
// }
.page {
position: fixed;
top: 50px;
left: 180px;
right: 0;
bottom: 0;
z-index: 102;
overflow: auto;
.box{
&:first-child{
margin-bottom: 8px;
}
&+.box{
margin: 8px 16px;
}
&:last-child{
margin-bottom: 16px;
}
}
}
.page-content {
position: absolute;
top: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment