pay-company/src/global.scss
Your Name 9a2e1afe56
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m10s
feat:初始化
2026-01-08 16:35:06 +08:00

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;
}
}