Commit 0c8686f6 by zhangleyuan

feat:调整样式

parent d7cbf0a4
...@@ -11,26 +11,26 @@ ...@@ -11,26 +11,26 @@
background-color: #F0F2F5; background-color: #F0F2F5;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
.page { // .page {
position: fixed; // position: fixed;
top: 50px; // top: 50px;
left: 180px; // left: 180px;
right: 0; // right: 0;
bottom: 0; // bottom: 0;
z-index: 102; // z-index: 102;
overflow: auto; // overflow: auto;
.box{ // .box{
&:first-child{ // &:first-child{
margin-bottom: 8px; // margin-bottom: 8px;
} // }
&+.box{ // &+.box{
margin: 8px 16px; // margin: 8px 16px;
} // }
&:last-child{ // &:last-child{
margin-bottom: 16px; // margin-bottom: 16px;
} // }
} // }
} // }
.page-content { .page-content {
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -63,9 +63,9 @@ ...@@ -63,9 +63,9 @@
.box{ .box{
padding: 16px; padding: 16px;
margin-bottom: 8px; // margin-bottom: 8px;
background: #ffffff; background: #ffffff;
// min-height: 400px; min-height: calc(100vh - 126px);
.box-header { .box-header {
line-height: 30px; line-height: 30px;
padding-bottom: 12px; padding-bottom: 12px;
...@@ -92,15 +92,15 @@ ...@@ -92,15 +92,15 @@
.box-footer { .box-footer {
margin-top: 16px; margin-top: 16px;
} }
&:first-child{ // &:first-child{
margin-bottom: 8px; // margin-bottom: 8px;
} // }
&+.box{ // &+.box{
margin: 8px 16px; // margin: 8px 16px;
} // }
&:last-child{ // &:last-child{
margin-bottom: 13px; // margin-bottom: 13px;
} // }
} }
// .ant-calendar-picker{ // .ant-calendar-picker{
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
align-items: center; align-items: center;
.store-name { .store-name {
font-size: 14px; font-size: 14px;
color: #666; color: #FFF;
line-height: 49px; line-height: 49px;
margin-left: 36px; margin-left: 36px;
white-space: nowrap; 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