Commit 9bda2122 authored by Morye's avatar Morye

fix: [10514] 采购竞价 修改操作弹窗中的必填红点与文字的间距

parent d9716c7c
.revise_style {
:global {
.ant-form-item-label {
label {
&::before {
margin-left: 1px;
}
}
}
}
}
......@@ -7,6 +7,9 @@ import {
} from '@formily/antd'
import { Input, Radio, DatePicker, Checkbox } from '@formily/antd-components'
import moment from 'moment';
import styles from './index.less';
const actions = createFormActions()
const { onFieldChange$ } = FormEffectHooks;
......@@ -259,6 +262,7 @@ const ModalOperate: React.FC<IProps> = (props: any) => {
afterClose={() => actions.reset()}
>
<SchemaForm
className={styles.revise_style}
layout="vertical"
labelCol={6}
components={{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment