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
dc990fc6
Commit
dc990fc6
authored
Sep 30, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6b46c58c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
swipeCustomerInfo.vue
src/components/swipeCustomerInfo.vue
+3
-1
index.less
src/views/pay/index.less
+5
-2
No files found.
src/components/swipeCustomerInfo.vue
View file @
dc990fc6
...
...
@@ -79,14 +79,16 @@ export default {
box-sizing: border-box;
display: inline-flex;
align-items: center;
align-content: center;
height: 30px;
background: rgba(0, 0, 0, 0.4);
border-radius: 15px;
padding: @padding-unit;
padding:
0
@padding-unit;
&-icon {
flex-shrink: 0;
width: 24px;
height: 24px;
margin-top: 2px;
margin-right: @padding-unit;
.avatar {
/deep/ img {
...
...
src/views/pay/index.less
View file @
dc990fc6
...
...
@@ -33,13 +33,16 @@
.payBtn{
width: 100%;
position: fixed;
padding: @padding-xs @padding-lg;
padding-left: @padding-lg;
padding-right: @padding-lg;
padding-top: 10px;
box-sizing: border-box;
z-index: 99;
bottom: 0;
left:0;
background-color:@white;
.iphonex-fix-margin;
padding-bottom: calc(10px + constant(safe-area-inset-bottom));
padding-bottom: calc(10px + env(safe-area-inset-bottom));
button{
.text-16;
width: 100%;
...
...
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