Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
15d9fc7c
Commit
15d9fc7c
authored
Apr 18, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复大红包规则滚动
parent
213e2929
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
index.vue
components/rubik/index.vue
+2
-1
index.vue
pages/index/index.vue
+5
-1
No files found.
components/rubik/index.vue
View file @
15d9fc7c
...
...
@@ -10,7 +10,7 @@
:style=
"[item.formatStyle]"
@
click=
"clickHandler(item.link[0].new_link_url)"
>
<img
:src=
"item.pic_url"
mode=
"widthFix"
style=
"display: block;"
/>
<img
:src=
"item.pic_url"
mode=
"widthFix"
/>
</view>
<view
class=
"hots"
v-for=
"(x, i) in hotspots"
:key=
"i"
:style=
"[x.formatStyle]"
@
click=
"clickHots(x.link)"
>
</view>
</view>
...
...
@@ -88,5 +88,6 @@ export default {
}
.ad-box
.ad-chi
img
{
width
:
100%
;
display
:
block
;
}
</
style
>
pages/index/index.vue
View file @
15d9fc7c
<
template
>
<view
style=
"height: 100vh;"
>
<view
style=
"height: 100vh;"
:class=
"[showheader&&showtabs?'':'scrollHeight']"
>
<scroll-view
:bounces=
"false"
scroll-y=
"true"
style=
"height: 100vh;"
@
scroll=
"handleScroll"
>
<view
v-if=
"showStart == true"
style=
"width: 100vw; height: 100vh"
>
<image
:src=
"startData.PicUrl"
mode=
"aspectFit"
style=
"width: 100%; height: 100%; position: relative"
>
...
...
@@ -468,4 +469,7 @@
height
:
unset
!important
;
padding-bottom
:
0
rpx
!important
;
}
.scrollHeight
.safe-top
,
.scrollHeight
.content
{
height
:
100%
!important
;
}
</
style
>
\ No newline at end of file
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