Commit 4e25c966 authored by youjie's avatar youjie

no message

parent b16e8d50
......@@ -430,21 +430,25 @@ html, body{
}
.LeaveGroupDownload-form .expense {
padding: 0 20px;
padding: 0 30px;
margin-bottom: 20px;
}
.LeaveGroupDownload-form .expense .right {
.LeaveGroupDownload-form .expense .right {
margin-bottom: 20px;
}
}
.LeaveGroupDownload-form .expense .right * {
.LeaveGroupDownload-form .expense .right * {
color: #000000 !important;
font-size: 15px !important;
padding: 0 !important;
margin: 0 !important;
line-height: 160%;
}
}
.travelControlTrip .LeaveGroupDownload-form .Passenger-table{
width: 100% !important;
margin: 0;
}
.UpgradedVersion-header {
top: 0;
......
......@@ -3,6 +3,7 @@
<div class="UpgradedVersion-box UpgradedVersion-homebj relative" style="height: 1478px;">
<div class="absolute z-index1 column" style="left: 0;right: 0; top: 0;bottom: 0;">
<Header :TripColor="dataAll&&dataAll.tripColor" :orderMsg="orderMsg"></Header>
<div class="travelDaysTitlle row-aic">
<div class="travelDaysTitlle-left">
<div class="travelDaysTitlle-left-text column-ajc">
......@@ -21,7 +22,8 @@
</div>
</div>
</div>
<div class="trip-adviser">
<div style="margin: 0 30px;">
<div class="trip-adviser" style="margin-top: 20px;">
<!-- <h1 class="trip-nav-title">
<span>{{ vshowL ? "出团通知书:" : "" }}</span>
{{ orderMsg.lineteamName }}{{ orderMsg.dayNum }}日游
......@@ -201,6 +203,8 @@
</table>
</div>
</template>
</div>
<div style="width: 100%;height:40px;"></div>
</div>
</div>
......
......@@ -59,7 +59,7 @@
</el-col>
</el-row>
<div id="pdfNode" class="LeaveGroupDownload-form">
<div id="pdfDom" style="padding:0 20px;">
<div id="pdfDom">
<!-- 首页 -->
<LeaveGroupDownload :dataAll="dataAll" :vshowJ="vshowJ" :vshowL="vshowL" :WeiXinShareImgSrc="WeiXinShareImgSrc"
:orderMsg="orderMsg" :orderTripdiff="orderTripdiff" :vshowLLR="vshowLLR" :vshowB="vshowB" :lineId="lineId">
......
......@@ -30,6 +30,7 @@
<i class="el-icon-plus"></i>
</div>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="删除页面" placement="top">
<div @click="toDeletePages" v-if="isDeletePage">
<i class="el-icon-delete"></i>
......
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