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
2e64e33e
Commit
2e64e33e
authored
Oct 27, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b264da60
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 @
2e64e33e
...
@@ -159,7 +159,7 @@ html, body{
...
@@ -159,7 +159,7 @@ html, body{
height
:
0px
;
height
:
0px
;
border-bottom
:
2px
dashed
red
;
border-bottom
:
2px
dashed
red
;
left
:
0
;
left
:
0
;
top
:
13
4
5px
;
top
:
13
7
5px
;
right
:
0
;
right
:
0
;
}
}
.UpgradedVersion2Line
span
{
.UpgradedVersion2Line
span
{
...
...
src/components/newTravelmanager/travelLineTrip/components/travelDays.vue
View file @
2e64e33e
...
@@ -732,10 +732,10 @@
...
@@ -732,10 +732,10 @@
</div>
</div>
</div>
</div>
<div
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
>
<div
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
>
<span>
{{pageHeight>13
4
5?'超出内容分割到下一页':'底线'}}
</span>
<span>
{{pageHeight>13
7
5?'超出内容分割到下一页':'底线'}}
</span>
</div>
</div>
<div
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
<div
v-if=
"pageHeight>(1375+20)"
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
:style=
"{'top': pageHeight>13
45&&pageHeight<2690?pageHeight+'px':'269
0px'}"
>
:style=
"{'top': pageHeight>13
75&&pageHeight<2750?pageHeight+'px':'275
0px'}"
>
<span>
底线
</span>
<span>
底线
</span>
</div>
</div>
</div>
</div>
...
@@ -821,7 +821,8 @@
...
@@ -821,7 +821,8 @@
}
}
this
.
RenderingOk
=
true
;
this
.
RenderingOk
=
true
;
setTimeout
(()
=>
{
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
)
},
500
)
this
.
$forceUpdate
()
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