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
118c24c2
Commit
118c24c2
authored
Jul 10, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6378136d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
schedule.vue
pages/teamLeader/schedule.vue
+4
-10
No files found.
pages/teamLeader/schedule.vue
View file @
118c24c2
...
...
@@ -167,11 +167,6 @@
<view
class=
"scheduleTitle fixed"
:style=
"
{ opacity: boxOption + '%' }">
<headers
textAlign=
"left"
:title=
"pageTitle"
color=
"#fff"
></headers>
<view
class=
"row justify-center items-center colorFFF"
@
click=
"BaseInfo.length>1?optionVisible=true:''"
>
<text
class=
"fz36"
>
{{
BaseInfo
[
currentIndex
].
TCNUMS
}}
</text>
<view
class=
"triangle ML10"
v-if=
"BaseInfo.length>1"
></view>
</view>
<scroll-view
class=
"scheduleTsBox"
:scroll-x=
"true"
:scroll-left=
"scrollLeft"
@
scroll=
"scrollHandler"
>
...
...
@@ -435,15 +430,14 @@ export default {
},
scroll
(
e
)
{
this
.
old
.
scrollTop
=
e
.
detail
.
scrollTop
this
.
boxOption
=
Math
.
floor
((
e
.
detail
.
scrollTop
-
10
0
)
/
1.5
);
this
.
boxOption
=
Math
.
floor
((
e
.
detail
.
scrollTop
-
35
0
)
/
1.5
);
this
.
titleStyle
.
opacity
=
e
.
detail
.
scrollTop
-
10
0
<
0
?
e
.
detail
.
scrollTop
-
35
0
<
0
?
0
:
Math
.
floor
(
e
.
detail
.
scrollTop
-
10
0
)
/
100
>
1
?
Math
.
floor
(
e
.
detail
.
scrollTop
-
35
0
)
/
100
>
1
?
1
:
Math
.
floor
(
e
.
detail
.
scrollTop
-
10
0
)
/
100
;
Math
.
floor
(
e
.
detail
.
scrollTop
-
35
0
)
/
100
;
this
.
$forceUpdate
();
},
}
}
...
...
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