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
525f56cd
Commit
525f56cd
authored
Sep 30, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9f2ab345
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
bottomNav.vue
src/components/bottomNav.vue
+5
-1
groupDescInfo.vue
src/views/goodsDetail/components/groupDescInfo.vue
+1
-1
index.less
src/views/pay/index.less
+5
-2
No files found.
src/components/bottomNav.vue
View file @
525f56cd
...
...
@@ -103,7 +103,11 @@ export default {
align-items: center;
width: 100%;
height: 30px;
padding: 10px 0;
padding-bottom: calc(10px + constant(safe-area-inset-bottom));
padding-bottom: calc(10px + env(safe-area-inset-bottom));
padding-top: 10px;
padding-left: 0;
padding-right: 0;
background: @white;
border-top: 1px solid #f7f7f7;
&-radio {
...
...
src/views/goodsDetail/components/groupDescInfo.vue
View file @
525f56cd
...
...
@@ -70,7 +70,7 @@ export default {
observer
:
null
,
statusTextMap
:
{
0
:
'
发起拼团,邀请好友一起拼团吧!
'
,
2
:
'
恭喜成团
!
'
,
2
:
'
恭喜成团
!
'
,
3
:
'
哎呀,拼团时间已过,尚未成团!
'
,
4
:
'
已发货
'
}
...
...
src/views/pay/index.less
View file @
525f56cd
...
...
@@ -61,10 +61,13 @@
}
}
.btn{
height:50px;
width: 100%;
position: fixed;
padding: 0 @padding-lg;
padding-left: @padding-lg;
padding-right: @padding-lg;
padding-top: 10px;
padding-bottom: calc(10px + constant(safe-area-inset-bottom));
padding-bottom: calc(10px + env(safe-area-inset-bottom));
box-sizing: border-box;
bottom: 0;
left:0;
...
...
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