Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
586c42f4
Commit
586c42f4
authored
Oct 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
3769d9e0
2e64e33e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
tripIndexNew2.css
src/assets/css/tripIndexNew2.css
+1
-1
travelDays.vue
...newTravelmanager/travelLineTrip/components/travelDays.vue
+5
-4
No files found.
src/assets/css/tripIndexNew2.css
View file @
586c42f4
...
...
@@ -161,7 +161,7 @@ html, body{
height
:
0px
;
border-bottom
:
2px
dashed
red
;
left
:
0
;
top
:
13
4
5px
;
top
:
13
7
5px
;
right
:
0
;
}
.UpgradedVersion2Line
span
{
...
...
src/components/newTravelmanager/travelLineTrip/components/travelDays.vue
View file @
586c42f4
...
...
@@ -732,10 +732,10 @@
</div>
</div>
<div
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
>
<span>
{{pageHeight>13
4
5?'超出内容分割到下一页':'底线'}}
</span>
<span>
{{pageHeight>13
7
5?'超出内容分割到下一页':'底线'}}
</span>
</div>
<div
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
:style=
"{'top': pageHeight>13
45&&pageHeight<2690?pageHeight+'px':'269
0px'}"
>
<div
v-if=
"pageHeight>(1375+20)"
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
:style=
"{'top': pageHeight>13
75&&pageHeight<2750?pageHeight+'px':'275
0px'}"
>
<span>
底线
</span>
</div>
</div>
...
...
@@ -821,7 +821,8 @@
}
this
.
RenderingOk
=
true
;
setTimeout
(()
=>
{
this
.
pageHeight
=
document
.
querySelector
(
`#LineOfTravel
${
this
.
item
*
4
}
_0
${
this
.
index
}
`
).
offsetHeight
this
.
pageHeight
=
document
.
querySelector
(
`#LineOfTravel
${
this
.
item
*
4
}
_0
${
this
.
index
}
`
).
offsetHeight
;
console
.
log
(
"dayTrip"
+
(
this
.
index
+
1
),
this
.
pageHeight
);
},
500
)
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