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
8e30f018
Commit
8e30f018
authored
Oct 10, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 解决行内文字对齐问题及团成功、失败的图层展示
parent
a739c4ee
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
defeat.png
src/assets/images/defeat.png
+0
-0
success.png
src/assets/images/success.png
+0
-0
groupDescInfo.vue
src/views/goodsDetail/components/groupDescInfo.vue
+10
-3
smallPic.less
src/views/goodsDetail/smallPic.less
+3
-2
No files found.
src/assets/images/defeat.png
View replaced file @
a739c4ee
View file @
8e30f018
12.7 KB
|
W:
|
H:
16.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/success.png
View replaced file @
a739c4ee
View file @
8e30f018
16.2 KB
|
W:
|
H:
21.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/goodsDetail/components/groupDescInfo.vue
View file @
8e30f018
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<!-- 您不符合参与此团的条件 -->
<!-- 您不符合参与此团的条件 -->
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<p
class=
"desc"
>
<p
class=
"desc
inProcess
"
>
还差
<span>
{{
groupInfo
.
groupBuyNeedUserCount
}}
人
</span>
成团,距结束仅剩
还差
<span>
{{
groupInfo
.
groupBuyNeedUserCount
}}
人
</span>
成团,距结束仅剩
</p>
</p>
<countDown
v-if=
"!!timestemp"
:block-no-bg=
"true"
:end-time=
"timestemp"
from=
"desc"
/>
<countDown
v-if=
"!!timestemp"
:block-no-bg=
"true"
:end-time=
"timestemp"
from=
"desc"
/>
...
@@ -149,12 +149,19 @@ export default {
...
@@ -149,12 +149,19 @@ export default {
display: flex;
display: flex;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
height: 24px;
line-height: 24px;
margin-bottom: @padding-xs;
margin-bottom: @padding-xs;
.desc {
.desc {
text-align: center;
text-align: center;
.text-14();
height: 100%;
line-height: 24px;
font-size: 14px;
&.inProcess {
margin-right: @padding-unit;
}
span {
span {
.text-14()
;
font-size: 14px
;
color: @red-dark;
color: @red-dark;
margin: 0 @padding-unit;
margin: 0 @padding-unit;
}
}
...
...
src/views/goodsDetail/smallPic.less
View file @
8e30f018
...
@@ -171,12 +171,13 @@
...
@@ -171,12 +171,13 @@
background: @white;
background: @white;
border-radius: @border-radius;
border-radius: @border-radius;
position: relative;
position: relative;
overflow: hidden;
&-status {
&-status {
width: 80px;
width: 80px;
height: 80px;
height: 80px;
position: absolute;
position: absolute;
right: -1
3
px;
right: -1
0
px;
top: -
18
px;
top: -
20
px;
z-index: 2;
z-index: 2;
}
}
}
}
...
...
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