Files
lingji-work-fe/src/styles/components/ant-form.scss

40 lines
891 B
SCSS
Raw Normal View History

.ant-form {
.ant-form-item {
margin-bottom: 0;
&:not(:last-child) {
margin-bottom: 16px !important;
}
.ant-form-item-row {
.ant-form-item-label {
margin-right: 12px;
> label {
color: #211f24;
font-family: $font-family-regular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
&::before {
margin-inline-end: unset;
color: #f64b31;
margin-right: 4px;
font-size: 14px;
font-family: $font-family-regular;
line-height: 22px;
}
&::after {
display: none;
}
}
}
}
.ant-form-item-control {
2025-09-03 16:28:19 +08:00
.ant-form-item-explain-error {
color: #f64b31;
font-size: 12px;
line-height: 20px;
}
}
}
}