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
b77bba27
Commit
b77bba27
authored
Feb 24, 2022
by
Aivs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改字体大小
parent
7b500430
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
home.css
src/css/home.css
+5
-2
Home.tsx
src/pages/Home.tsx
+3
-3
No files found.
src/css/home.css
View file @
b77bba27
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
font-size
:
12px
;
font-size
:
12px
;
}
}
.blackWord
{
.blackWord
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#000000
;
color
:
#000000
;
line-height
:
54px
;
line-height
:
54px
;
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
line-height
:
54px
;
line-height
:
54px
;
}
}
.greenWord
{
.greenWord
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
font-weight
:
600
;
font-weight
:
600
;
color
:
#44D7B6
;
color
:
#44D7B6
;
line-height
:
54px
;
line-height
:
54px
;
...
@@ -328,4 +328,7 @@
...
@@ -328,4 +328,7 @@
line-height
:
17px
;
line-height
:
17px
;
padding
:
34px
0
;
padding
:
34px
0
;
text-align
:
center
;
text-align
:
center
;
}
.honme
.ant-form-item-label
>
label
{
font-size
:
12px
!important
;
}
}
\ No newline at end of file
src/pages/Home.tsx
View file @
b77bba27
...
@@ -260,7 +260,7 @@ const layout = {
...
@@ -260,7 +260,7 @@ const layout = {
<
div
className=
'greyb'
>
<
div
className=
'greyb'
>
{
labels
.
map
((
item
:
any
)
=>
<
Tag
closable
onClose=
{
deleteLabel
.
bind
(
this
,
item
)
}
className=
{
"tags"
+
" "
+
item
.
companyWxLabelColor
}
>
{
item
.
companyWxLabel
}
</
Tag
>)
}
{
labels
.
map
((
item
:
any
)
=>
<
Tag
closable
onClose=
{
deleteLabel
.
bind
(
this
,
item
)
}
className=
{
"tags"
+
" "
+
item
.
companyWxLabelColor
}
>
{
item
.
companyWxLabel
}
</
Tag
>)
}
</
div
>
</
div
>
<
div
className=
"flex mgt20"
>
<
div
className=
"flex mgt20
f12
"
>
<
span
>
添加标签:
</
span
>
<
span
>
添加标签:
</
span
>
{
/* {labelValue} */
}
{
/* {labelValue} */
}
{
/* <TextArea style={{width: '100%', marginBottom: 8}} value={labelValue} onChange={e => labelAdd(e.target.value)}/> */
}
{
/* <TextArea style={{width: '100%', marginBottom: 8}} value={labelValue} onChange={e => labelAdd(e.target.value)}/> */
}
...
@@ -280,7 +280,7 @@ const layout = {
...
@@ -280,7 +280,7 @@ const layout = {
<Option value="tom">Tom</Option>
<Option value="tom">Tom</Option>
</Select> */
}
</Select> */
}
</
div
>
</
div
>
<
div
className=
"flex flex-warp mgt20 clor"
>
<
div
className=
"flex flex-warp mgt20 clor
f12
"
>
<
span
>
添加颜色:
</
span
>
<
span
>
添加颜色:
</
span
>
<
div
className=
{
cindex
===
0
?
"border0 line blue"
:
"line blue"
}
onClick=
{
addColor
.
bind
(
this
,
'blue'
,
0
)
}
>
<
div
className=
{
cindex
===
0
?
"border0 line blue"
:
"line blue"
}
onClick=
{
addColor
.
bind
(
this
,
'blue'
,
0
)
}
>
<
div
className=
"innerline"
></
div
>
<
div
className=
"innerline"
></
div
>
...
@@ -293,7 +293,7 @@ const layout = {
...
@@ -293,7 +293,7 @@ const layout = {
</
div
>
</
div
>
):
(
''
)
}
):
(
''
)
}
<
div
className=
"inner flex spaceBetween"
>
<
div
className=
"inner flex spaceBetween
honme
"
>
<
Form
{
...
layout
}
name=
"control-hooks"
onFinish=
{
onFinish
}
initialValues=
{
customInfo
}
form=
{
form
}
>
<
Form
{
...
layout
}
name=
"control-hooks"
onFinish=
{
onFinish
}
initialValues=
{
customInfo
}
form=
{
form
}
>
<
div
className=
{
!
open
?
"ssbox"
:
""
}
>
<
div
className=
{
!
open
?
"ssbox"
:
""
}
>
{
!
customInfoEdit
?(<
div
className=
"flex spaceBetween showt"
>
{
!
customInfoEdit
?(<
div
className=
"flex spaceBetween showt"
>
...
...
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