Files
lingji-work-fe/src/styles/components/ant-form.scss
2025-09-08 09:16:10 +08:00

40 lines
891 B
SCSS

.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 {
.ant-form-item-explain-error {
color: #f64b31;
font-size: 12px;
line-height: 20px;
}
}
}
}