2026-06-30 18:30:30 +08:00
|
|
|
.pageLayout-extra {
|
|
|
|
|
|
|
|
|
|
color: rgba(0, 0, 0, 0.45);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
2026-06-30 15:59:15 +08:00
|
|
|
}
|
2026-06-30 18:30:30 +08:00
|
|
|
.micro-temp-modal-body {
|
|
|
|
|
max-height: 630px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
scrollbar-width: thin;
|
2026-06-30 15:59:15 +08:00
|
|
|
}
|
2026-06-30 18:30:30 +08:00
|
|
|
body {
|
2026-07-03 17:55:26 +08:00
|
|
|
margin: 0;
|
2026-06-30 18:30:30 +08:00
|
|
|
overflow-y: hidden;
|
|
|
|
|
}
|
|
|
|
|
.micro-temp-layout-container .micro-temp-lay-container-bottom {
|
|
|
|
|
padding: 10px 24px !important;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
2026-06-30 15:59:15 +08:00
|
|
|
}
|