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
457cf8c6
Commit
457cf8c6
authored
Nov 11, 2020
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页样式
parent
aed5124d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
7 deletions
+13
-7
AfterSoldCenter.tsx
src/pages/home/components/Centers/AfterSoldCenter.tsx
+1
-1
ProcessCenter.tsx
src/pages/home/components/Centers/ProcessCenter.tsx
+1
-1
ProductCenter.tsx
src/pages/home/components/Centers/ProductCenter.tsx
+1
-1
SettlementCenter.tsx
src/pages/home/components/Centers/SettlementCenter.tsx
+1
-1
TradeCenter.tsx
src/pages/home/components/Centers/TradeCenter.tsx
+2
-2
center.less
src/pages/home/components/Centers/center.less
+7
-1
No files found.
src/pages/home/components/Centers/AfterSoldCenter.tsx
View file @
457cf8c6
...
...
@@ -39,7 +39,7 @@ const SettlementAbility: React.FC<Iprops> = () => {
{
record
.
list
.
map
((
item
)
=>
{
return
(
<
Col
span=
{
4
}
key=
{
item
}
>
<
Col
span=
{
4
}
key=
{
item
}
className=
{
styles
.
col
}
>
<
div
className=
{
styles
.
colTitle
}
>
待提交审核咨询单
</
div
>
<
div
className=
{
styles
.
colValue
}
>
5
</
div
>
</
Col
>
...
...
src/pages/home/components/Centers/ProcessCenter.tsx
View file @
457cf8c6
...
...
@@ -29,7 +29,7 @@ const ProcessCenter: React.FC<Iprops> = () => {
{
record
.
list
.
map
((
item
)
=>
{
return
(
<
Col
span=
{
4
}
key=
{
item
}
>
<
Col
span=
{
4
}
key=
{
item
}
className=
{
styles
.
col
}
>
<
div
className=
{
styles
.
colTitle
}
>
待提交审核咨询单
</
div
>
<
div
className=
{
styles
.
colValue
}
>
5
</
div
>
</
Col
>
...
...
src/pages/home/components/Centers/ProductCenter.tsx
View file @
457cf8c6
...
...
@@ -33,7 +33,7 @@ const ProductCenter: React.FC<Iprops> = () => {
{
record
.
list
.
map
((
item
)
=>
{
return
(
<
Col
span=
{
4
}
key=
{
item
}
>
<
Col
span=
{
4
}
key=
{
item
}
className=
{
styles
.
col
}
>
<
div
className=
{
styles
.
colTitle
}
>
待提交审核咨询单
</
div
>
<
div
className=
{
styles
.
colValue
}
>
5
</
div
>
</
Col
>
...
...
src/pages/home/components/Centers/SettlementCenter.tsx
View file @
457cf8c6
...
...
@@ -81,7 +81,7 @@ const SettlementCenter: React.FC<Iprops> = () => {
{
record
.
list
.
map
((
item
)
=>
{
return
(
<
Col
span=
{
4
}
key=
{
item
}
>
<
Col
span=
{
4
}
key=
{
item
}
className=
{
styles
.
col
}
>
<
div
className=
{
styles
.
colTitle
}
>
待提交审核咨询单
</
div
>
<
div
className=
{
styles
.
colValue
}
>
5
</
div
>
</
Col
>
...
...
src/pages/home/components/Centers/TradeCenter.tsx
View file @
457cf8c6
...
...
@@ -21,7 +21,7 @@ const TradeCenter: React.FC<Iprops> = () => {
},
{
id
:
4
,
list
:
[
1
,
2
,
3
,
4
,
5
,
6
]
list
:
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
]
},
{
id
:
5
,
...
...
@@ -51,7 +51,7 @@ const TradeCenter: React.FC<Iprops> = () => {
{
record
.
list
.
map
((
item
)
=>
{
return
(
<
Col
span=
{
4
}
key=
{
item
}
>
<
Col
span=
{
4
}
key=
{
item
}
className=
{
styles
.
col
}
>
<
div
className=
{
styles
.
colTitle
}
>
待提交审核咨询单
</
div
>
<
div
className=
{
styles
.
colValue
}
>
5
</
div
>
</
Col
>
...
...
src/pages/home/components/Centers/center.less
View file @
457cf8c6
.row {
padding:
24
px 0;
padding:
0px 0px 12
px 0;
.rowTitle {
font-size: 14;
font-weight: 400;
color: #303133;
margin-top: 24px;
}
.colRow {
display: flex;
flex-wrap: wrap;
.col {
margin-top: 24px;
}
.colTitle {
font-size: 12px;
font-weight: 400;
...
...
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