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