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
afd45070
Commit
afd45070
authored
Dec 21, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化竖版 行程路线宽高 及 图宽
parent
f2fcf184
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
28 deletions
+28
-28
tripIndexNew2.css
src/assets/css/tripIndexNew2.css
+4
-4
TravelManagerThree.vue
...ewTravelmanager/TravelGroupControl/TravelManagerThree.vue
+2
-2
TravelDaysTrip_DirectThree.vue
...avelmanager/travelLineTrip/TravelDaysTrip_DirectThree.vue
+2
-2
travelDays.vue
...newTravelmanager/travelLineTrip/components/travelDays.vue
+20
-20
No files found.
src/assets/css/tripIndexNew2.css
View file @
afd45070
...
...
@@ -610,12 +610,12 @@ html, body{
color
:
#2A2A2A
;
}
.UpgradedVersion-boxHeight
{
width
:
1
123
px
;
width
:
1
240
px
;
min-height
:
1450px
;
margin
:
auto
;
}
.UpgradedVersion-box2
{
width
:
1
123
px
;
width
:
1
240
px
;
min-height
:
1478px
;
height
:
100%
;
}
...
...
@@ -814,13 +814,13 @@ html, body{
height
:
449px
;
}
.travelDaysMasterMap4_2
{
width
:
3
31
px
;
width
:
3
70
px
;
height
:
214px
;
}
/* .width331{
width: 331px;
} */
.travelDaysMasterMap5_1
{
width
:
5
14
px
;
width
:
5
71
px
;
height
:
291px
;
}
src/components/newTravelmanager/TravelGroupControl/TravelManagerThree.vue
View file @
afd45070
...
...
@@ -690,7 +690,7 @@
list
.
forEach
(
x
=>
{
x
.
IsBlowUp
=
false
if
(
this
.
PostConfig
.
FeaturePageType
==
2
){
x
.
zoom
=
0.4
4
x
.
zoom
=
0.4
0
}
else
if
(
this
.
PostConfig
.
FeaturePageType
==
1
){
x
.
zoom
=
0.285
}
...
...
@@ -958,7 +958,7 @@
list
.
forEach
(
x
=>
{
x
.
IsBlowUp
=
false
if
(
tempData
.
FeaturePageType
==
2
){
x
.
zoom
=
0.4
4
x
.
zoom
=
0.4
0
}
else
if
(
tempData
.
FeaturePageType
==
1
){
x
.
zoom
=
0.285
}
...
...
src/components/newTravelmanager/travelLineTrip/TravelDaysTrip_DirectThree.vue
View file @
afd45070
...
...
@@ -278,7 +278,7 @@
x
.
zoom
=
0.285
}
if
(
this
.
dataAll
.
FeaturePageType
==
2
){
x
.
zoom
=
0.4
4
x
.
zoom
=
0.4
0
}
})
this
.
$forceUpdate
()
...
...
@@ -291,7 +291,7 @@
}
else
{
if
(
this
.
dataAll
.
FeaturePageType
==
1
)
item
.
zoom
=
0.285
if
(
this
.
dataAll
.
FeaturePageType
==
2
)
item
.
zoom
=
0.4
4
if
(
this
.
dataAll
.
FeaturePageType
==
2
)
item
.
zoom
=
0.4
0
}
this
.
$forceUpdate
()
},
...
...
src/components/newTravelmanager/travelLineTrip/components/travelDays.vue
View file @
afd45070
This diff is collapsed.
Click to expand it.
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