Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
7218fdb3
Commit
7218fdb3
authored
May 13, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复拍照水印丢失
parent
a938d021
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
preview.vue
src/components/photo/preview.vue
+3
-3
index.vue
src/components/take/index.vue
+1
-1
No files found.
src/components/photo/preview.vue
View file @
7218fdb3
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
flex-direction
:
column
;
flex-direction
:
column
;
}
}
/
deep
/
.u-image
{
/
deep
/
.u-image
{
height
:
100
%
!
important
;
height
:
100
vh
!
important
;
}
}
/
deep
/
.u-image__loading
{
/
deep
/
.u-image__loading
{
background-color
:
transparent
!
important
;
background-color
:
transparent
!
important
;
...
@@ -166,8 +166,8 @@
...
@@ -166,8 +166,8 @@
.pic
{
.pic
{
flex
:
1
;
flex
:
1
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
/
* height:auto */
/
/ height:auto;
/* height: 760rpx; */
/* height: 760rpx; */
}
}
...
...
src/components/take/index.vue
View file @
7218fdb3
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
markImage
:
'https://qn-static.banshouhui.com/live_mark.png'
markImage
:
'https://qn-static.banshouhui.com/live_mark.png'
},
},
tempImgs
:
{
tempImgs
:
{
'markImage'
:
''
,
// 拍照水印
'markImage'
:
'
https://qn-static.banshouhui.com/live_mark.png
'
,
// 拍照水印
'origin'
:
''
,
// 无水印照片
'origin'
:
''
,
// 无水印照片
'mixWater'
:
''
,
// 有水印照片
'mixWater'
:
''
,
// 有水印照片
},
},
...
...
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