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
02bc8edf
Commit
02bc8edf
authored
Apr 21, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 报价弹窗取消按钮位置问题
parent
a9b09224
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.tsx
...agement/components/statusBox/detailBottomDrawer/index.tsx
+3
-3
No files found.
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/statusBox/detailBottomDrawer/index.tsx
View file @
02bc8edf
import
React
,
{
useState
,
useEffect
,
useMemo
}
from
'react'
;
import
{
Row
,
Col
,
Input
,
Drawer
,
Table
,
Space
,
Typography
,
message
,
Form
}
from
'antd'
;
import
{
Row
,
Col
,
Input
,
Drawer
,
Table
,
Space
,
Typography
,
message
,
Form
,
Button
}
from
'antd'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
{
priceFormat
}
from
'@/utils/numberFomat'
;
...
...
@@ -187,13 +187,13 @@ const DetailBottomDrawer: React.FC<DetailBottomDrawerProps> = (props: any) => {
<
Drawer
title=
{
intl
.
formatMessage
({
id
:
'detail.purchase.modalTitle14'
})
}
placement=
{
'bottom'
}
closable=
{
tru
e
}
closable=
{
fals
e
}
onClose=
{
onClose
}
visible=
{
visible
}
key=
{
'bottom'
}
height=
{
450
}
className=
{
styles
.
drawer
}
closeIcon=
{
<
div
>
{
intl
.
formatMessage
({
id
:
'detail.purchase.cancelOffer'
})
}
</
div
>
}
extra=
{
<
Button
onClick=
{
onClose
}
>
{
intl
.
formatMessage
({
id
:
'detail.purchase.cancelOffer'
})
}
</
Button
>
}
>
<
div
style=
{
{
width
:
'100%'
,
overflowX
:
'auto'
}
}
>
<
Row
gutter=
{
[
8
,
8
]
}
style=
{
{
marginBottom
:
'10px'
}
}
wrap=
{
false
}
>
...
...
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