Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wecom-sidebar
Project
Project
Details
Activity
Releases
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
wanghuihui
wecom-sidebar
Commits
7b500430
Commit
7b500430
authored
Feb 24, 2022
by
Aivs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:更改字体
parent
7d44d185
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
14 deletions
+18
-14
home.css
src/css/home.css
+4
-0
Home.tsx
src/pages/Home.tsx
+14
-14
No files found.
src/css/home.css
View file @
7b500430
...
@@ -86,6 +86,10 @@
...
@@ -86,6 +86,10 @@
.greyWord
{
.greyWord
{
color
:
#A5ADB3
;
color
:
#A5ADB3
;
line-height
:
40px
;
line-height
:
40px
;
font-size
:
12px
;
}
.f12
{
font-size
:
12px
;
}
}
.blackWord
{
.blackWord
{
font-size
:
14px
;
font-size
:
14px
;
...
...
src/pages/Home.tsx
View file @
7b500430
...
@@ -310,18 +310,18 @@ const layout = {
...
@@ -310,18 +310,18 @@ const layout = {
<
div
className=
"flex mgr20"
>
<
div
className=
"flex mgr20"
>
<
span
className=
'greyWord'
>
性别:
</
span
>
<
span
className=
'greyWord'
>
性别:
</
span
>
{
customInfo
.
sex
===
1
?(
{
customInfo
.
sex
===
1
?(
<
div
><
span
className=
"radio-wight radio-text radio-text-m"
>
♂
</
span
>
<
span
className=
"radio-text radio-text-m"
>
男
</
span
></
div
>)
<
div
><
span
className=
"radio-wight radio-text radio-text-m"
>
♂
</
span
>
<
span
className=
"radio-text radio-text-m
f12
"
>
男
</
span
></
div
>)
:(
:(
<
div
><
span
className=
"radio-wight radio-text radio-text-w"
>
♂
</
span
>
<
span
className=
"radio-text radio-text-w"
>
女
</
span
></
div
>
<
div
><
span
className=
"radio-wight radio-text radio-text-w"
>
♂
</
span
>
<
span
className=
"radio-text radio-text-w
f12
"
>
女
</
span
></
div
>
)
}
)
}
</
div
>
</
div
>
<
div
className=
"flex mgr20"
>
<
div
className=
"flex mgr20"
>
<
span
className=
'greyWord'
>
手机号:
</
span
>
<
span
className=
'greyWord'
>
手机号:
</
span
>
<
span
>
{
customInfo
.
mobileNumber
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
mobileNumber
||
'-'
}
</
span
>
</
div
>
</
div
>
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
积分:
</
span
>
<
span
className=
'greyWord'
>
积分:
</
span
>
<
span
>
{
customInfo
.
point
||
'-'
}
</
span
>
<
span
>
{
customInfo
.
point
||
'-'
}
</
span
>
</
div
>
</
div
>
</
div
>):(
''
)
}
</
div
>):(
''
)
}
...
@@ -352,44 +352,44 @@ const layout = {
...
@@ -352,44 +352,44 @@ const layout = {
</Form.Item>):('')} */
}
</Form.Item>):('')} */
}
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
公司:
</
span
>
<
span
className=
'greyWord'
>
公司:
</
span
>
<
span
>
{
customInfo
.
corp
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
corp
||
'-'
}
</
span
>
</
div
>
</
div
>
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
职务:
</
span
>
<
span
className=
'greyWord'
>
职务:
</
span
>
<
span
>
{
customInfo
.
position
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
position
||
'-'
}
</
span
>
</
div
>
</
div
>
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
最后跟进:
</
span
>
<
span
className=
'greyWord'
>
最后跟进:
</
span
>
<
span
>
{
customInfo
.
corp
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
corp
||
'-'
}
</
span
>
</
div
>
</
div
>
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
备注:
</
span
>
<
span
className=
'greyWord'
>
备注:
</
span
>
<
span
>
{
customInfo
.
keywords
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
keywords
}
</
span
>
</
div
>
</
div
>
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
地区:
</
span
>
<
span
className=
'greyWord'
>
地区:
</
span
>
<
span
>
{
customInfo
.
area
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
area
||
'-'
}
</
span
>
</
div
>
</
div
>
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
收货地址:
</
span
>
<
span
className=
'greyWord'
>
收货地址:
</
span
>
<
span
>
{
customInfo
.
addr
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
addr
||
'-'
}
</
span
>
</
div
>
</
div
>
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
Email:
</
span
>
<
span
className=
'greyWord'
>
Email:
</
span
>
<
span
>
{
customInfo
.
email
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
email
||
'-'
}
</
span
>
</
div
>
</
div
>
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
戈友ID:
</
span
>
<
span
className=
'greyWord'
>
戈友ID:
</
span
>
<
span
>
{
customInfo
.
gyId
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
gyId
||
'-'
}
</
span
>
</
div
>
</
div
>
{
!
customInfoEdit
?(
{
!
customInfoEdit
?(
<
div
className=
"flex"
>
<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
证件类型:
</
span
>
<
span
className=
'greyWord'
>
证件类型:
</
span
>
<
span
>
{
idTypeOptObj
[
customInfo
.
idType
]
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
idTypeOptObj
[
customInfo
.
idType
]
||
'-'
}
</
span
>
</
div
>):(
''
)
}
</
div
>):(
''
)
}
{
!
customInfoEdit
?(<
div
className=
"flex"
>
{
!
customInfoEdit
?(<
div
className=
"flex"
>
<
span
className=
'greyWord'
>
证件号:
</
span
>
<
span
className=
'greyWord'
>
证件号:
</
span
>
<
span
>
{
customInfo
.
idNumber
||
'-'
}
</
span
>
<
span
className=
"f12"
>
{
customInfo
.
idNumber
||
'-'
}
</
span
>
</
div
>):(
''
)
}
</
div
>):(
''
)
}
</
div
>
</
div
>
{
!
customInfoEdit
?(<
div
className=
"labels grey"
>
{
!
customInfoEdit
?(<
div
className=
"labels grey"
>
...
...
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