Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
wanda-ball
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b78ccfbf
authored
Jul 02, 2019
by
fengfan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
fdaa5fe4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
src/components/Detail.vue
+4
-3
src/components/ShareImg.vue
+2
-2
No files found.
src/components/Detail.vue
View file @
b78ccfbf
...
...
@@ -24,12 +24,12 @@
</div>
</div>
<div
class=
"shareBox"
v-if=
"shareOnoff"
@
click=
"closeShare"
>
点击右上角“...”进行分享
<
!--
<
ShareImg
v-if=
'shareOnoff'
:info=
"pictureInfo"
/>
<!-- 点击右上角“...”进行分享 -->
<ShareImg
v-if=
'shareOnoff'
:info=
"pictureInfo"
/>
<div
class=
"tishi"
>
<p>
长按保存海报 分享给朋友
</p>
<p>
集赞获大奖!!
</p>
</div>
-->
</div>
</div>
<div
class=
"shareBox shareBox2"
ref=
"mybox"
v-show=
"shareOnoff2"
@
click=
"closeShare"
>
<img
:src=
"shareCode"
class=
"share-img"
alt=
""
>
...
...
@@ -877,6 +877,7 @@ export default {
font-size
:
.377rem
;
text-align
:
center
;
font-weight
:
900
;
line-height
:
0.5rem
;
color
:
white
;
}
...
...
src/components/ShareImg.vue
View file @
b78ccfbf
...
...
@@ -65,11 +65,11 @@ export default {
span
{.f-wh(0.7rem);
border-radius
:
50%
;
.f-dib;
overflow
:
hidden
;
vertical-align
:
middle
;
img
{.f-wh(100%);
}
}
b
{
.f-dib;
.f-lh(0.7rem);
vertical-align
:
middle
;
.f-fs(0.32rem);
margin-left
:
0.1rem
;
.f-fwn;
}
b
{
.f-dib;
.f-lh(0.7rem);
vertical-align
:
middle
;
.f-fs(0.32rem);
margin-left
:
0.1rem
;
.f-fwn;
color
:
black
;
}
}
.share-qrcode
{
margin-top
:
0.3rem
;
img
{.f-wh(1.04rem);
.f-fr;
}
p
{
color
:
#999
;
margin-right
:
0.1rem
;
.f-fr;
.f-tar;
.f-fs(0.28rem);
margin-top
:
0.1rem
;}
p
{
color
:
#999
;
margin-right
:
0.1rem
;
.f-fr;
.f-tar;
.f-fs(0.28rem);
margin-top
:
0.1rem
;
line-height
:
0.4rem
;
}
}
}
.canvas-img
{
.f-pf;
left
:
60px
;
top
:
60px
;
right
:
60px
;
bottom
:
300px
;
background
:
#fff
;
min-height
:
500px
;
overflow
:
auto
;
...
...
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