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
XieZhiXiong
jinfa-platform
Commits
f6cb6037
Commit
f6cb6037
authored
Jan 17, 2022
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改pc 装修样式
parent
753056c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
8 deletions
+18
-8
item.less
...vePage/fixtures/components/Layouts/WebCommodity/item.less
+3
-1
hotCommodityItem.tsx
...onents/Layouts/WebHotCommoditySwiper/hotCommodityItem.tsx
+11
-6
index.tsx
...xtures/components/Layouts/WebHotCommoditySwiper/index.tsx
+1
-1
web.less
...arketingActivitiesManagement/activePage/fixtures/web.less
+3
-0
No files found.
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/components/Layouts/WebCommodity/item.less
View file @
f6cb6037
...
...
@@ -10,6 +10,7 @@
border-radius: 8px;
background-color: #fff;
width: 227px;
height: 100%;
&-image {
width: 100%;
...
...
@@ -18,7 +19,7 @@
.commodity-info {
padding: 16px;
.commodity-info-name {
font-size: 14px;
line-height: 20px;
...
...
@@ -50,6 +51,7 @@
}
.commodity-info-hasBuy {
margin-top: 12px;
font-size: 12px;
color: #91959B;
}
...
...
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/components/Layouts/WebHotCommoditySwiper/hotCommodityItem.tsx
View file @
f6cb6037
...
...
@@ -48,13 +48,18 @@ const HotCommodityItem: React.FC<Iprops> = (props: Iprops) => {
<
div
className=
{
styles
[
'hot-commodity-info-tags'
]
}
>
{
productData
.
activityList
.
map
((
_item
:
ActivityListType
)
=>
{
return
(
<
div
className=
{
styles
[
'hot-commodity-info-tags-item'
]
}
key=
{
_item
.
id
}
>
<
CustomizeTag
type=
{
'danger'
}
name=
{
_item
.
label
}
/>
</
div
>
<>
{
_item
.
label
&&
(
<
div
className=
{
styles
[
'hot-commodity-info-tags-item'
]
}
key=
{
_item
.
id
}
>
<
CustomizeTag
type=
{
'danger'
}
name=
{
_item
.
label
}
/>
</
div
>
)
}
</>
)
})
}
...
...
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/components/Layouts/WebHotCommoditySwiper/index.tsx
View file @
f6cb6037
...
...
@@ -60,7 +60,7 @@ const HotCommoditySwiper: React.FC<Iprops> = (props: Iprops) => {
{
renderChildren
()
}
</
div
>
</
div
>
<
div
className=
{
classNames
(
styles
[
'swiper-next'
],
{
[
styles
.
hidden
]:
current
*
3
<
=
count
})
}
onClick=
{
onNext
}
>
<
div
className=
{
classNames
(
styles
[
'swiper-next'
],
{
[
styles
.
hidden
]:
(
current
+
1
)
*
3
>
=
count
})
}
onClick=
{
onNext
}
>
<
RightOutlined
style=
{
{
fontSize
:
'20px'
,
color
:
'red'
}
}
/>
</
div
>
</
div
>
...
...
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/web.less
View file @
f6cb6037
...
...
@@ -57,6 +57,9 @@
align-items: center;
justify-content: center;
}
.ant-tabs-ink-bar {
display: none;
}
}
.expand-icon {
...
...
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