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
shenshaokai
jinfa-platform
Commits
9915781c
Commit
9915781c
authored
Aug 12, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复组件在antd form里换行的问题
parent
9786c8be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
index.less
src/components/AddressSelect/index.less
+1
-0
index.less
...ility/productInquiry/waitAddInquiry/components/index.less
+0
-7
tradeTerms.tsx
...y/productInquiry/waitAddInquiry/components/tradeTerms.tsx
+1
-1
No files found.
src/components/AddressSelect/index.less
View file @
9915781c
...
...
@@ -3,6 +3,7 @@
.address-select {
display: flex;
align-items: center;
flex-flow: row wrap;
&-input {
flex: 1;
...
...
src/pages/transaction/dealAbility/productInquiry/waitAddInquiry/components/index.less
View file @
9915781c
...
...
@@ -5,10 +5,3 @@
}
}
}
.addressLayout {
:global {
.ant-form-item-control {
width: 0;
}
}
}
src/pages/transaction/dealAbility/productInquiry/waitAddInquiry/components/tradeTerms.tsx
View file @
9915781c
...
...
@@ -96,7 +96,7 @@ const TradeTermsLayout: React.FC<TradeTermsLayoutProps> = (props: any) => {
format=
"YYYY-MM-DD HH:mm:ss"
/>
</
Form
.
Item
>
<
Form
.
Item
label=
'交付地址'
className=
{
style
.
addressLayout
}
>
<
Form
.
Item
label=
'交付地址'
>
<
AddressSelect
value=
{
address
}
isDefaultAddress
addressType=
{
1
}
disabled=
{
false
}
onChange=
{
getFullAddress
}
/>
</
Form
.
Item
>
<
Form
.
Item
label=
'报价截止时间'
name=
'quotationAsTime'
rules=
{
[{
required
:
true
,
message
:
'请选择报价截止时间'
}]
}
>
...
...
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