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
343f532b
Commit
343f532b
authored
May 14, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
水印设置-样式问题
parent
0b6ac51f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
setting.vue
src/components/photo/setting.vue
+1
-1
standard.vue
src/components/photo/standard.vue
+3
-1
index.vue
src/components/take/index.vue
+1
-1
No files found.
src/components/photo/setting.vue
View file @
343f532b
...
...
@@ -413,7 +413,7 @@
}
.popBtnView
{
margin-top
:
110
rpx
;
margin-top
:
65
rpx
;
width
:
100%
;
display
:
flex
;
align-items
:
center
;
...
...
src/components/photo/standard.vue
View file @
343f532b
...
...
@@ -52,7 +52,9 @@
dx
:
0
,
};
},
onLoad
()
{},
onLoad
()
{
this
.
$refs
.
tabs
.
setFinishCurrent
(
current
);
},
computed
:
{
swiperList
()
{
let
list
=
this
.
currentItem
.
images
||
[]
...
...
src/components/take/index.vue
View file @
343f532b
...
...
@@ -31,7 +31,7 @@
</cover-view>
<canvas
canvas-id=
"canvas"
id=
"photoCanvas"
class=
"canvas"
:style=
"
{'width':750 + 'rpx','height': cameraHeight + 'rpx'}">
</canvas>
<view
v-
show
=
"standardShow"
class=
"page-mask"
:z-index=
"10000"
>
<view
v-
if
=
"standardShow"
class=
"page-mask"
:z-index=
"10000"
>
<photo-standard
:currentItem=
"currentItem"
/>
<view
class=
"btn-close"
>
<image
@
click=
"closeShadow"
class=
"icon icon-close"
mode=
"aspectFit"
src=
"/static/photo/icon-close.png"
></image>
...
...
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