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
73940d8d
Commit
73940d8d
authored
Dec 08, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整 竖版行程天数超出底线高度
parent
701e31e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tripIndexNew2.css
src/assets/css/tripIndexNew2.css
+1
-1
travelDays.vue
...newTravelmanager/travelLineTrip/components/travelDays.vue
+3
-3
No files found.
src/assets/css/tripIndexNew2.css
View file @
73940d8d
...
...
@@ -161,7 +161,7 @@ html, body{
height
:
0px
;
border-bottom
:
2px
dashed
red
;
left
:
0
;
top
:
1
375
px
;
top
:
1
453
px
;
right
:
0
;
}
.UpgradedVersion2Line
span
{
...
...
src/components/newTravelmanager/travelLineTrip/components/travelDays.vue
View file @
73940d8d
...
...
@@ -823,10 +823,10 @@
</div>
</div>
<div
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
>
<span>
{{pageHeight>1
375
?'超出内容分割到下一页':'底线'}}
</span>
<span>
{{pageHeight>1
453
?'超出内容分割到下一页':'底线'}}
</span>
</div>
<div
v-if=
"pageHeight>(1
375
+20)"
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
:style=
"{'top': pageHeight>1
375&&pageHeight<2750?pageHeight+'px':'2750
px'}"
>
<div
v-if=
"pageHeight>(1
453
+20)"
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
:style=
"{'top': pageHeight>1
453&&pageHeight<2906?pageHeight+'px':'2906
px'}"
>
<span>
底线
</span>
</div>
</div>
...
...
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