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
5dc00912
Commit
5dc00912
authored
Apr 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
70852153
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.vue
pages/share/index/index.vue
+2
-1
blinddate-user.vue
pages/user-center/components/blinddate-user.vue
+1
-1
No files found.
pages/share/index/index.vue
View file @
5dc00912
...
@@ -261,7 +261,7 @@
...
@@ -261,7 +261,7 @@
that
.
topHeight
=
510
that
.
topHeight
=
510
}
}
if
(
res
.
safeAreaInsets
.
top
==
44
){
if
(
res
.
safeAreaInsets
.
top
==
44
){
that
.
topHeight
=
5
3
0
that
.
topHeight
=
5
4
0
}
}
}
}
...
@@ -447,6 +447,7 @@
...
@@ -447,6 +447,7 @@
<
style
>
<
style
>
.shareindexStyle
{
.shareindexStyle
{
background
:
#f3f4f6
;
background
:
#f3f4f6
;
height
:
100vh
;
}
}
image
{
image
{
...
...
pages/user-center/components/blinddate-user.vue
View file @
5dc00912
<
template
>
<
template
>
<view
class=
"userStyle"
>
<view
class=
"userStyle"
style=
"height: 100vh;"
>
<view
class=
"headStatus"
v-if=
"scrollTop > 50"
:style=
"[headStyle,
<view
class=
"headStatus"
v-if=
"scrollTop > 50"
:style=
"[headStyle,
{
{
zIndex: scrollTop
<
10
?
'
unset
'
:
2
,
zIndex: scrollTop
<
10
?
'
unset
'
:
2
,
...
...
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