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
shenshaokai
jinfa-platform
Commits
4af264b9
Commit
4af264b9
authored
Apr 15, 2022
by
前端-许冠华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'style-0418' into 'v2-220418'
style: 修改代客下单商品详情展开和收起的样式 See merge request linkseeks-design/pro-platform!344
parents
aa1070fe
a0b2b9af
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
12 deletions
+45
-12
index.less
...rchaseOrder/commodityDetail/components/Coupons/index.less
+15
-4
index.less
...haseOrder/commodityDetail/components/Promotion/index.less
+15
-4
index.less
...n/saleOrder/agentPurchaseOrder/commodityDetail/index.less
+15
-4
No files found.
src/pages/transaction/saleOrder/agentPurchaseOrder/commodityDetail/components/Coupons/index.less
View file @
4af264b9
...
...
@@ -40,19 +40,30 @@
cursor: pointer;
}
}
.product_promotion_expand {
font-size: 12px;
color: #91959B;
display:
flex
;
align-items
: center;
display:
inline-block
;
text-align
: center;
cursor: pointer;
padding: 0 8px;
height: 24px;
line-height: 24px;
& > span {
margin-right: 4px;
border-radius: 4px;
&:hover {
background-color: #EDEEEF;
}
&:active {
background-color: #F5F6F7;
}
&_icon {
font-size: 10px;
margin-left: 4px;
}
}
}
...
...
src/pages/transaction/saleOrder/agentPurchaseOrder/commodityDetail/components/Promotion/index.less
View file @
4af264b9
...
...
@@ -40,19 +40,30 @@
}
.product_promotion_expand {
font-size: 12px;
color: #91959B;
display:
flex
;
align-items
: center;
display:
inline-block
;
text-align
: center;
cursor: pointer;
padding: 0 8px;
height: 24px;
line-height: 24px;
& > span {
margin-right: 4px;
border-radius: 4px;
&:hover {
background-color: #EDEEEF;
}
&:active {
background-color: #F5F6F7;
}
&_icon {
font-size: 10px;
margin-left: 4px;
}
}
}
...
...
src/pages/transaction/saleOrder/agentPurchaseOrder/commodityDetail/index.less
View file @
4af264b9
...
...
@@ -454,20 +454,31 @@
}
}
.product_promotion_expand {
font-size: 12px;
color: #91959B;
display:
flex
;
align-items
: center;
display:
inline-block
;
text-align
: center;
cursor: pointer;
padding: 0 8px;
height: 24px;
line-height: 24px;
padding-left: 124px;
margin-top: 8px;
& > span {
margin-right: 4px;
border-radius: 4px;
&:hover {
background-color: #EDEEEF;
}
&:active {
background-color: #F5F6F7;
}
&_icon {
font-size: 10px;
margin-left: 4px;
}
}
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