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
728edec2
Commit
728edec2
authored
Jul 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a6379ba0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
billDetails.vue
pages/teamLeader/billDetails.vue
+2
-2
itineraryInformation.vue
pages/teamLeader/itineraryInformation.vue
+2
-2
opinionSurvey.vue
pages/teamLeader/opinionSurvey.vue
+1
-1
roomAllocation.vue
pages/teamLeader/roomAllocation.vue
+1
-1
No files found.
pages/teamLeader/billDetails.vue
View file @
728edec2
<
style
lang=
"scss"
scoped
>
@import
url("@/asset/css/flex.css")
;
.billDetailsHeaderBox
{
background
:
linear-gradient
(
-30deg
,
#47
79FF
,
#47A5
FF
);
background
:
linear-gradient
(
-30deg
,
#47
A5FF
,
#4779
FF
);
}
.billDetailsTitle
{
position
:
relative
;
...
...
@@ -13,7 +13,7 @@
top
:
0
;
right
:
0
;
z-index
:
2
;
background
:
linear-gradient
(
-30deg
,
#47
79FF
,
#47A5
FF
);
background
:
linear-gradient
(
-30deg
,
#47
A5FF
,
#4779
FF
);
}
.billDetailsTitle.fixed
.billDetailsTsBox
{
top
:
22rpx
;
...
...
pages/teamLeader/itineraryInformation.vue
View file @
728edec2
...
...
@@ -2,7 +2,7 @@
@import
url("@/asset/css/flex.css")
;
.itinInfoHeaderBox
{
background
:
linear-gradient
(
-30deg
,
#47
79FF
,
#47A5
FF
);
background
:
linear-gradient
(
-30deg
,
#47
A5FF
,
#4779
FF
);
}
.itinInfoTitle
{
position
:
relative
;
...
...
@@ -14,7 +14,7 @@
top
:
0
;
right
:
0
;
z-index
:
2
;
background
:
linear-gradient
(
-30deg
,
#47
79FF
,
#47A5
FF
);
background
:
linear-gradient
(
-30deg
,
#47
A5FF
,
#4779
FF
);
}
.itinInfoTitle.fixed
.itinInfoTsBox
{
top
:
22rpx
;
...
...
pages/teamLeader/opinionSurvey.vue
View file @
728edec2
...
...
@@ -6,7 +6,7 @@
overflow
:
hidden
;
}
.opiSurHeader
{
background
:
linear-gradient
(
-30deg
,
#47
79FF
,
#47A5
FF
);
background
:
linear-gradient
(
-30deg
,
#47
A5FF
,
#4779
FF
);
}
.opiSurTitle
view
{
padding
:
5rpx
20rpx
;
...
...
pages/teamLeader/roomAllocation.vue
View file @
728edec2
...
...
@@ -6,7 +6,7 @@
overflow
:
hidden
;
}
.roomHeader
{
background
:
linear-gradient
(
-30deg
,
#47
79FF
,
#47A5
FF
);
background
:
linear-gradient
(
-30deg
,
#47
A5FF
,
#4779
FF
);
// position: fixed;
// left: 0;
// right: 0;
...
...
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