Commit 0c8686f6 by zhangleyuan

feat:调整样式

parent d7cbf0a4
......@@ -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;
......@@ -63,9 +63,9 @@
.box{
padding: 16px;
margin-bottom: 8px;
// margin-bottom: 8px;
background: #ffffff;
// min-height: 400px;
min-height: calc(100vh - 126px);
.box-header {
line-height: 30px;
padding-bottom: 12px;
......@@ -92,15 +92,15 @@
.box-footer {
margin-top: 16px;
}
&:first-child{
margin-bottom: 8px;
}
&+.box{
margin: 8px 16px;
}
&:last-child{
margin-bottom: 13px;
}
// &:first-child{
// margin-bottom: 8px;
// }
// &+.box{
// margin: 8px 16px;
// }
// &:last-child{
// margin-bottom: 13px;
// }
}
// .ant-calendar-picker{
......
......@@ -283,7 +283,7 @@
align-items: center;
.store-name {
font-size: 14px;
color: #666;
color: #FFF;
line-height: 49px;
margin-left: 36px;
white-space: nowrap;
......
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