Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
d5516013
Commit
d5516013
authored
Nov 02, 2022
by
李腾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改催单图标样式
parent
8308dc75
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
index.jsx
src/pages/orderManage/pendingDeliveryOrder/index.jsx
+3
-3
index.less
src/pages/orderManage/pendingDeliveryOrder/index.less
+10
-6
No files found.
src/pages/orderManage/pendingDeliveryOrder/index.jsx
View file @
d5516013
...
@@ -168,16 +168,16 @@ const TableList = props => {
...
@@ -168,16 +168,16 @@ const TableList = props => {
<
PopoverNotice
time=
{
item
?.
time
}
content=
{
item
?.
content
}
/>
<
PopoverNotice
time=
{
item
?.
time
}
content=
{
item
?.
content
}
/>
));
));
return
(
return
(
<>
<
div
className=
{
style
[
'
urge-box
'
]
}
>
{
_
}
{
_
}
{
urgeDeliverGoodsList
?
(
{
urgeDeliverGoodsList
?
(
<
Popover
placement=
"top"
title=
"催发货"
content=
{
<>
{
content
()
}
</>
}
trigger=
"hover"
>
<
Popover
placement=
"top"
title=
"催发货"
content=
{
<>
{
content
()
}
</>
}
trigger=
"hover"
>
<
span
className=
{
style
.
urge
}
>
催
</
span
>
<
span
className=
{
style
.
urge
}
>
催
单
</
span
>
</
Popover
>
</
Popover
>
)
:
(
)
:
(
''
''
)
}
)
}
</>
</
div
>
);
);
},
},
},
},
...
...
src/pages/orderManage/pendingDeliveryOrder/index.less
View file @
d5516013
...
@@ -84,16 +84,20 @@
...
@@ -84,16 +84,20 @@
}
}
// 催发货图标
// 催发货图标
.urge-box {
white-space: nowrap;
}
.urge {
.urge {
display: inline-block;
display: inline-block;
width:
20
px;
width:
36
px;
height:
20
px;
height:
17
px;
margin-left: 5px;
margin-left: 5px;
color: #fff;
color: #ff1515;
line-height: 20px;
font-size: 12px;
line-height: 16px;
text-align: center;
text-align: center;
b
ackground-color: red
;
b
order: 1px solid #ff1515
;
border-radius:
50%
;
border-radius:
18px
;
cursor: pointer;
cursor: pointer;
}
}
...
...
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