Commit 7b961029 authored by zhengke's avatar zhengke

修改

parent 852c924d
......@@ -144,7 +144,7 @@
.PQ_detail tr th,.v-table-title-cell{background: #E6E6E6;height:40px; font-size: 14px;border-right:1px solid #e6e6e6;color: #333;}
.PQ_detail tr{background: #fff;text-align: center; height: 40px;}
.PQ_detail tr td{font-size: 12px;border: 1px solid #E5E5E5;}
.TC_HotelPop >div{
.TC_HotelPop{
overflow: auto;
max-height:350px;
}
......
......@@ -262,7 +262,7 @@
<div class="fz16 fbold linkspan">
<span @click="toTrip(item)" style="color: #4BCA81;"
v-if="item.ResultReport.LetterDeparture==1"></span>
<span class="colorE95252" v-else>{{item.ResultReport.LetterDeparture=='-1'?"x":"O"}}</span>
<span class="colorE95252" @click="toTrip(item)" v-else>{{item.ResultReport.LetterDeparture=='-1'?"x":"O"}}</span>
</div>
</td>
<td>
......@@ -1033,5 +1033,8 @@
.dmcSetTable tr {
height: 50px;
}
.TC_HotelPop{
overflow: auto;
max-height: 350px;
}
</style>
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