28 lines
472 B
SCSS
28 lines
472 B
SCSS
|
|
.ant-pro-page-container {
|
||
|
|
.ant-page-header-heading-title {
|
||
|
|
line-height: 51px !important;
|
||
|
|
font-size: 16px !important;
|
||
|
|
font-weight: 700;
|
||
|
|
padding-left: 20px;
|
||
|
|
}
|
||
|
|
.ant-pro-grid-content {
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.filing_info {
|
||
|
|
font-size: 14px;
|
||
|
|
color: #333;
|
||
|
|
text-align: center;
|
||
|
|
position: fixed;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
width: 100%;
|
||
|
|
line-height: 20px;
|
||
|
|
padding: 30px 0;
|
||
|
|
z-index: 100;
|
||
|
|
a {
|
||
|
|
color: #1890ff;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
}
|