Commit 34f99b91 authored by zhengke's avatar zhengke

修改样式

parent 1d89cf8b
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
} }
.newTripExpense { .newTripExpense {
margin: 0 auto; margin: 20px auto;
width: 100%; width: 100%;
} }
...@@ -319,6 +319,9 @@ ...@@ -319,6 +319,9 @@
.newTripWarm p:first-child{ .newTripWarm p:first-child{
margin-top:0; margin-top:0;
} }
.newTripExpense .newTripRight p{
line-height: 2;
}
</style> </style>
<template> <template>
<div class="newTrip_Main" v-loading="pdfLoading"> <div class="newTrip_Main" v-loading="pdfLoading">
...@@ -579,9 +582,9 @@ ...@@ -579,9 +582,9 @@
<table class="newTripTable newTripPassenger" cellspacing=0 cellpadding=0> <table class="newTripTable newTripPassenger" cellspacing=0 cellpadding=0>
<tr> <tr>
<th width="10%">城市</th> <th width="10%">城市</th>
<th width="10%">活动</th> <th width="30%">活动</th>
<th width="20%">参考价格</th> <th width="20%">参考价格</th>
<th width="60%">说明</th> <th width="40%">说明</th>
</tr> </tr>
<tr v-for="(item,i) in dataList.selfpayingList" :key="i"> <tr v-for="(item,i) in dataList.selfpayingList" :key="i">
<td>{{item.cityName}}</td> <td>{{item.cityName}}</td>
......
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