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
89174723
Commit
89174723
authored
Jul 07, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改样式
parent
eeee73c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
UploadFiles.tsx
src/components/UploadFiles/UploadFiles.tsx
+8
-1
index.tsx
src/pages/member/components/MemberInvestigateInfo/index.tsx
+6
-2
No files found.
src/components/UploadFiles/UploadFiles.tsx
View file @
89174723
...
...
@@ -129,7 +129,14 @@ const UploadFiles: React.FC<PickUploadProps> = (props: PickUploadProps) => {
<
div
className=
{
styles
.
renderFileItem
}
>
<
div
className=
{
styles
[
'fileItem-left'
]
}
>
<
img
className=
{
styles
.
img
}
src=
{
pdf_icon
}
/>
<
a
className=
{
cx
({
[
styles
.
error
]:
_item
.
status
===
'error'
||
!
_item
.
url
})
}
href=
{
_item
.
url
}
target=
"_blank"
>
{
_item
.
name
}
</
a
>
<
a
className=
{
cx
({
[
styles
.
error
]:
_item
.
status
===
'error'
||
!
_item
.
url
})
}
href=
{
_item
.
url
}
target=
"_blank"
title=
{
_item
.
name
}
>
{
_item
.
name
}
</
a
>
</
div
>
{
!
disable
&&
(
...
...
src/pages/member/components/MemberInvestigateInfo/index.tsx
View file @
89174723
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-25 14:59:38
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-07 1
7:03:27
* @LastEditTime: 2021-07-07 1
8:05:05
* @Description: 会员考察信息
*/
import
React
from
'react'
;
...
...
@@ -122,7 +122,11 @@ const MemberInvestigateInfo: React.FC<IProps> = (props: IProps) => {
</
Col
>
<
Col
span=
{
8
}
>
<
Descriptions
column=
{
1
}
>
<
Descriptions
.
Item
label=
"考察报告"
labelStyle=
{
{
width
:
106
}
}
>
<
Descriptions
.
Item
label=
"考察报告"
labelStyle=
{
{
width
:
106
}
}
contentStyle=
{
{
display
:
'block'
,
overflow
:
'hidden'
}
}
>
<
UploadFiles
fileList=
{
dataSource
&&
dataSource
.
reports
?
dataSource
.
reports
.
map
((
item
)
=>
normalizeFiledata
(
item
.
url
))
:
[]
}
disable
...
...
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