Commit f4c34534 authored by zhengke's avatar zhengke

新版行程预览

parent 13b8e34d
<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
......@@ -4611,9 +4611,14 @@ export default {
title: '资产管理'
},
},
{
path: '/newConfimationOrder', //新版行程预览
name: 'newConfimationOrder',
component: resolve => require(['@/components/newConfimationOrder'], resolve),
meta: {
title: '新版行程预览'
},
},
{
path: '/supplierIndex', //供应商首页
name: 'supplierIndex',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment