safety-eval-service-frontend/src/pages/Container/index.less

21 lines
374 B
Plaintext

.pageLayout-extra {
color: rgba(0, 0, 0, 0.45);
font-size: 14px;
font-weight: 400;
}
.micro-temp-modal-body {
max-height: 630px;
overflow-y: auto;
scrollbar-width: thin;
}
body {
margin: 0;
overflow-y: hidden;
}
.micro-temp-layout-container .micro-temp-lay-container-bottom {
padding: 10px 24px !important;
display: flex;
justify-content: flex-end;
}