Commit 4e25c966 authored by youjie's avatar youjie

no message

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