Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
78343727
Commit
78343727
authored
Mar 07, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
5868267a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
index.vue
pages/coffee/index.vue
+8
-1
No files found.
pages/coffee/index.vue
View file @
78343727
...
...
@@ -75,7 +75,7 @@
</view>
<u-popup
v-model=
"isShowQrcode"
mode=
"center"
@
close=
"closeQrcode"
>
<view
style=
"margin: 60rpx;"
>
<view
style=
"margin: 60rpx;"
class=
"qrcodeBox"
>
<Qrcode
ref=
"qrcode"
:modal=
"modal_qr"
:url=
"qrData"
@
hideQrcode=
"hideQrcode"
:width=
"300"
:height=
"300"
themeColor=
"#000000"
is_themeImg
:h_w_img=
"80"
:themeImg=
"headImg"
/>
</view>
...
...
@@ -453,4 +453,11 @@
display
:
flex
;
justify-content
:
center
;
}
.qrcodeBox
{
height
:
320px
;
border
:
1px
solid
#000000
;
border-radius
:
20rpx
;
padding
:
20rpx
;
background-color
:
#fff
;
}
</
style
>
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