2025-06-26 17:10:53 +08:00
|
|
|
.arco-modal {
|
|
|
|
|
.arco-modal-body {
|
|
|
|
|
.arco-form-item {
|
|
|
|
|
margin-bottom: 16px;
|
2025-06-27 11:56:05 +08:00
|
|
|
&:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2025-06-26 17:10:53 +08:00
|
|
|
.arco-form-item-label {
|
|
|
|
|
color: var(--Text-1, #211f24);
|
2025-07-11 16:50:48 +08:00
|
|
|
font-family: $font-family-regular;
|
2025-06-26 17:10:53 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px; /* 157.143% */
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-06-30 16:11:25 +08:00
|
|
|
|
|
|
|
|
|