交接页面

main
wangyunfei 2 months ago
parent 3bddc68635
commit 1bd8c29837

@ -270,19 +270,30 @@
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%;
.formBlock { .formBlock {
background: #fff; background: #fff;
padding: 20px; padding: 15px 15px 15px 15px;
height: 100%; flex: 1;
overflow-y: auto; display: flex;
flex-direction: column;
.formTitle { .formTitle {
font-size: 16px; display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
font-weight: 500; font-weight: 500;
color: #333; color: #333333;
margin-bottom: 20px; margin-bottom: 18px;
&::before {
content: '';
width: 3px;
height: 18px;
background-color: #2E4CD4;
}
} }
.formRow { .formRow {

Loading…
Cancel
Save