Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
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
ac22157c
You need to sign in or sign up before continuing.
Commit
ac22157c
authored
Feb 23, 2022
by
Aivs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:样式修改
parent
4f365c72
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
home.css
src/css/home.css
+4
-2
order.css
src/css/order.css
+3
-0
Home.tsx
src/pages/Home.tsx
+1
-1
Order.tsx
src/pages/Order.tsx
+2
-2
No files found.
src/css/home.css
View file @
ac22157c
...
...
@@ -12,7 +12,7 @@
.flex-wrap
{
flex-wrap
:
wrap
;
}
.content
{
.content
,
.homecontent
{
padding-bottom
:
114px
;
}
.more
{
...
...
@@ -21,6 +21,7 @@
color
:
#C7C7CC
;
font-size
:
14px
;
font-weight
:
600
;
cursor
:
pointer
;
}
.custom
{
background
:
#FFFFFF
;
...
...
@@ -77,7 +78,7 @@
text-align
:
left
!important
;
}
.inner
{
padding
:
21px
;
padding
:
21px
0
;
}
.mgr20
{
margin-right
:
30px
;
...
...
@@ -300,6 +301,7 @@
.dicon
{
text-align
:
center
;
color
:
#C7C7CC
;
cursor
:
pointer
;
}
.back
{
width
:
100%
;
...
...
src/css/order.css
View file @
ac22157c
...
...
@@ -53,3 +53,6 @@
width
:
90%
;
margin
:
auto
;
}
.point
{
cursor
:
pointer
;
}
\ No newline at end of file
src/pages/Home.tsx
View file @
ac22157c
...
...
@@ -248,7 +248,7 @@ const layout = {
<
div
className=
"flex spaceBetween customitem"
>
<
p
className=
'word'
>
客户信息
</
p
>
{
/* <img src={jt} alt="" className="more" onClick={testClick}/> */
}
<
div
className=
"more"
onClick=
{
testClick
}
><
RightOutlined
/></
div
>
{
customInfoEdit
?
null
:<
div
className=
"more"
onClick=
{
testClick
}
><
RightOutlined
/></
div
>
}
</
div
>
{
/* <div className="flex">
<span>{customInfo.realName || '-' }</span>
...
...
src/pages/Order.tsx
View file @
ac22157c
...
...
@@ -52,7 +52,7 @@ const Order: React.FC = () => {
},[
orderInfo
]
)
return
(
<
div
>
<
div
className=
"orderItem"
onClick=
{
back
}
><
LeftOutlined
/>
订单信息
</
div
>
<
div
className=
"orderItem"
onClick=
{
back
}
><
LeftOutlined
className=
'point'
/>
订单信息
</
div
>
<
div
className=
"orders"
>
<
div
className=
"flex spaceBetween head"
>
<
p
>
客户中心
{
openFlag
}
</
p
>
...
...
@@ -73,7 +73,7 @@ const Order: React.FC = () => {
<
p
className=
'greyWord'
>
分组
</
p
>
<
p
>
{
e
.
rolesName
}
</
p
>
</
div
>
<
div
className=
"jt"
onClick=
{
Goto
.
bind
(
this
,
e
)
}
><
RightOutlined
/></
div
>
<
div
className=
"jt"
onClick=
{
Goto
.
bind
(
this
,
e
)
}
><
RightOutlined
className=
'point'
/></
div
>
</
div
>
):
null
}
...
...
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