Files
lingji-work-fe/src/views/property-marketing/component.scss
2025-07-23 16:41:38 +08:00

21 lines
394 B
SCSS

.arco-modal {
.arco-modal-body {
.arco-form-item {
margin-bottom: 16px;
&:last-child {
margin-bottom: 0;
}
.arco-form-item-label {
color: var(--Text-1, #211f24);
font-family: $font-family-regular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}
}
}
}