Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
9bda2122
Commit
9bda2122
authored
Jun 02, 2021
by
Morye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [10514] 采购竞价 修改操作弹窗中的必填红点与文字的间距
parent
d9716c7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
index.less
...action/purchaseAbility/components/modalOperate/index.less
+11
-0
index.tsx
...saction/purchaseAbility/components/modalOperate/index.tsx
+4
-0
No files found.
src/pages/transaction/purchaseAbility/components/modalOperate/index.less
0 → 100644
View file @
9bda2122
.revise_style {
:global {
.ant-form-item-label {
label {
&::before {
margin-left: 1px;
}
}
}
}
}
src/pages/transaction/purchaseAbility/components/modalOperate/index.tsx
View file @
9bda2122
...
@@ -7,6 +7,9 @@ import {
...
@@ -7,6 +7,9 @@ import {
}
from
'@formily/antd'
}
from
'@formily/antd'
import
{
Input
,
Radio
,
DatePicker
,
Checkbox
}
from
'@formily/antd-components'
import
{
Input
,
Radio
,
DatePicker
,
Checkbox
}
from
'@formily/antd-components'
import
moment
from
'moment'
;
import
moment
from
'moment'
;
import
styles
from
'./index.less'
;
const
actions
=
createFormActions
()
const
actions
=
createFormActions
()
const
{
onFieldChange$
}
=
FormEffectHooks
;
const
{
onFieldChange$
}
=
FormEffectHooks
;
...
@@ -259,6 +262,7 @@ const ModalOperate: React.FC<IProps> = (props: any) => {
...
@@ -259,6 +262,7 @@ const ModalOperate: React.FC<IProps> = (props: any) => {
afterClose=
{
()
=>
actions
.
reset
()
}
afterClose=
{
()
=>
actions
.
reset
()
}
>
>
<
SchemaForm
<
SchemaForm
className=
{
styles
.
revise_style
}
layout=
"vertical"
layout=
"vertical"
labelCol=
{
6
}
labelCol=
{
6
}
components=
{
{
components=
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment