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
f625ed65
Commit
f625ed65
authored
Jul 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
237306e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+7
-14
No files found.
pages/teamLeader/reimbursementInfor.vue
View file @
f625ed65
...
...
@@ -19,7 +19,7 @@
background
:
linear-gradient
(
-30deg
,
#4FA9FF
,
#4779FF
);
}
.reimbursementInforTitle.fixed
.reimbursementInforTsBox
{
top
:
22rpx
;
//
top: 22rpx;
}
.reimbursementInforTsBox
{
width
:
60%
;
...
...
@@ -66,11 +66,12 @@
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scroll=
"scroll"
style=
"height: 100vh;"
>
<view
class=
"reimbursementInforHeaderBox"
>
<view
class=
"reimbursementInforTitle"
>
<view
class=
"reimbursementInforTitle"
:class=
"[boxOption>0?'fixed':'']"
:style=
"[boxOption>0?'titleStyle':'']"
>
<headers
textAlign=
"left"
:title=
"pageTitle"
color=
"#fff"
></headers>
<scroll-view
class=
"reimbursementInforTsBox"
:scroll-x=
"true"
:scroll-left=
"scrollLeftHeader"
@
scroll=
"scrollHandlerHeader"
>
>
<view
class=
"reimbursementInforT-text row-aic-n"
>
<view
class=
"reimbursementInforText"
:class=
"[params.type==item.id?'active':'']"
...
...
@@ -80,6 +81,7 @@
</view>
</scroll-view>
</view>
<!--
<view
class=
"reimbursementInforTitle fixed"
:style=
"
{ opacity: boxOption + '%' }">
<headers
textAlign=
"left"
:title=
"pageTitle"
color=
"#fff"
></headers>
...
...
@@ -95,7 +97,7 @@
@
click=
"getType(item)"
>
{{
item
.
name
}}
</view>
</view>
</scroll-view>
</view>
</view>
-->
<headeDatas
v-show=
"params.type
<5
"
:currencyList=
"currencyList"
:data=
"params"
@
change=
"getNewData"
></headeDatas>
</view>
<!-- 车信息-->
...
...
@@ -262,7 +264,6 @@ export default {
},
],
scrollLeft
:
0
,
scrollLeftHeader
:
0
,
currencyList
:
[],
shopTypeList
:
[],
}
...
...
@@ -377,14 +378,6 @@ export default {
}
})
},
scrollHandlerHeader
(
e
){
console
.
log
(
e
,
'----------'
)
// this.scrollLeft = e.detail.scrollLeft
},
scrollHandler
(
e
){
console
.
log
(
e
,
'----------2222'
)
// this.scrollLeftHeader = e.detail.scrollLeft
},
scroll
(
e
)
{
this
.
old
.
scrollTop
=
e
.
detail
.
scrollTop
this
.
boxOption
=
Math
.
floor
((
e
.
detail
.
scrollTop
-
100
)
/
1.5
);
...
...
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