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 {
margin-bottom: 20px;
}
.LeaveGroupDownload-form .expense .right {
margin-bottom: 20px;
}
.LeaveGroupDownload-form .expense .right * {
color: #000000 !important;
font-size: 15px !important;
padding: 0 !important;
margin: 0 !important;
line-height: 160%;
}
.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;
......
This diff is collapsed.
......@@ -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