Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-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
group-buy-ui
Commits
aa37e415
Commit
aa37e415
authored
Sep 30, 2021
by
beisir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新样式
parent
52955c4f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
10 deletions
+17
-10
groupSwiper.vue
src/components/groupSwiper.vue
+1
-1
swipeCustomerInfo.vue
src/components/swipeCustomerInfo.vue
+9
-8
index.less
src/views/goodsList/index.less
+3
-0
index.vue
src/views/goodsList/index.vue
+4
-1
No files found.
src/components/groupSwiper.vue
View file @
aa37e415
...
@@ -118,7 +118,7 @@ export default {
...
@@ -118,7 +118,7 @@ export default {
}
}
}
}
.anileft {
.anileft {
transform-origin:
right
;
transform-origin:
center
;
animation: leftToRight 0.6s linear;
animation: leftToRight 0.6s linear;
}
}
...
...
src/components/swipeCustomerInfo.vue
View file @
aa37e415
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
<transition
:name=
"`slide-fade-$
{direction}`">
<transition
:name=
"`slide-fade-$
{direction}`">
<div
v-if=
"value"
class=
"swipe-customer-info-container"
>
<div
v-if=
"value"
class=
"swipe-customer-info-container"
>
<div
class=
"swipe-customer-info-container-icon"
>
<div
class=
"swipe-customer-info-container-icon"
>
<cr-image
width=
"24px"
:src=
"avatar"
class=
"avatar"
/>
<img
:src=
"avatar"
/>
<!--
<cr-image
width=
"24px"
:src=
"avatar"
class=
"avatar"
/>
-->
</div>
</div>
<p
class=
"swipe-customer-info-container-info"
:style=
"textStyle"
>
<p
class=
"swipe-customer-info-container-info"
:style=
"textStyle"
>
{{
handleName
(
name
)
+
'
'
+
desc
}}
{{
handleName
(
name
)
+
'
'
+
desc
}}
...
@@ -88,14 +89,14 @@ export default {
...
@@ -88,14 +89,14 @@ export default {
flex-shrink: 0;
flex-shrink: 0;
width: 24px;
width: 24px;
height: 24px;
height: 24px;
margin-top: 2px;
margin-right: @padding-unit;
margin-right: @padding-unit;
.avatar {
box-sizing: border-box;
/deep/ img {
img {
border-radius: 50%;
width: 24px;
border: solid @white 1px;
height: 24px;
box-sizing: border-box;
border-radius: 50%;
}
border: solid @white 1px;
box-sizing: border-box;
}
}
}
}
&-info {
&-info {
...
...
src/views/goodsList/index.less
View file @
aa37e415
...
@@ -81,6 +81,9 @@
...
@@ -81,6 +81,9 @@
padding-top: 9px;
padding-top: 9px;
padding-bottom: 7px;
padding-bottom: 7px;
text-align: right;
text-align: right;
b {
font-weight: bold;
}
}
}
&-swipe {
&-swipe {
width: 130px;
width: 130px;
...
...
src/views/goodsList/index.vue
View file @
aa37e415
...
@@ -26,7 +26,10 @@
...
@@ -26,7 +26,10 @@
/>
/>
</div>
</div>
</div>
</div>
<div
class=
"group-portrait-num"
>
已有
{{
goodsTemp
.
groupBuyUserCount
}}
人 参与拼团
</div>
<div
class=
"group-portrait-num"
>
已有
<b>
{{
goodsTemp
.
groupBuyUserCount
}}
</b
>
人 参与拼团
</div>
</div>
</div>
<div
class=
"group-list"
>
<div
class=
"group-list"
>
<div
class=
"list-title"
>
<div
class=
"list-title"
>
...
...
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