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
f4c34534
Commit
f4c34534
authored
Mar 17, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新版行程预览
parent
13b8e34d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
3 deletions
+40
-3
japan.png
src/assets/img/trip/japan.png
+0
-0
newConfimationOrder.vue
src/components/newConfimationOrder.vue
+32
-0
config.js
src/router/config.js
+8
-3
No files found.
src/assets/img/trip/japan.png
0 → 100644
View file @
f4c34534
272 KB
src/components/newConfimationOrder.vue
0 → 100644
View file @
f4c34534
<
style
>
.newTrip_Main
{
display
:
block
!important
;
width
:
1123px
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
background
:
#fff
;
height
:
auto
;
padding
:
20px
0
;
margin
:
0
auto
;
height
:
auto
!important
;
font-family
:
'PingFang SC Regular'
;
background
:
url('../assets/img/trip/japan.png')
;
background-size
:
100%
;
background-repeat
:
no-repeat
;
}
.newTripTop_Img
{
width
:
100%
;
padding-top
:
290px
;
height
:
1805px
;
/* background:url('../assets/img/trip/japan.png');
clip: rect(599px 550px 712px 0px); */
background-repeat
:
no-repeat
;
/* background-position: 0px 1709px; */
/* background-image: ; */
}
</
style
>
<
template
>
<div
class=
"newTrip_Main"
>
<div
class=
"newTripTop_Img"
></div>
</div>
</
template
>
\ No newline at end of file
src/router/config.js
View file @
f4c34534
...
...
@@ -4611,9 +4611,14 @@ export default {
title
:
'资产管理'
},
},
{
path
:
'/newConfimationOrder'
,
//新版行程预览
name
:
'newConfimationOrder'
,
component
:
resolve
=>
require
([
'@/components/newConfimationOrder'
],
resolve
),
meta
:
{
title
:
'新版行程预览'
},
},
{
path
:
'/supplierIndex'
,
//供应商首页
name
:
'supplierIndex'
,
...
...
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