Commit 32490063 authored by 黄奎's avatar 黄奎

页面修改

parent 8a39ad72
......@@ -192,12 +192,11 @@
{{outItem.NewCombinationNum}}
</td>
<td style="position: relative">
<div v-if="item.IsSetOut&&item.IsSetOut==1" class="triangle"></div>
<div class="cancel-tag"
v-if="item.IsSetOut&&item.IsSetOut==1">
取消
</div>
{{item.OutBranchName}}
<div v-if="item.IsSetOut&&item.IsSetOut==1" style="color:red;font-weight:bold;">
(取消发团)
</div>
<div style="padding: 5px 0;">
<span class="TC_neibu" style="float: inherit;color: #ffffff;" v-if="item.StandardCurrencyName" :class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
......@@ -1367,22 +1366,26 @@
</style>
<style scoped>
.cancel-tag {
position: absolute;
top: 0;
left: 0;
color:#fff;
width:25px;
font-weight:bold;
}
.triangle {
position: absolute;
top: 0;
left: 0;
position: absolute;
.cancel-tag {
position: absolute;
top: 0;
left: 0;
color: #ff0000;
padding: 2px;
font-weight: bold;
font-size: 10px;
background-color: rgba(0, 0, 0, 0.2);
}
/* .triangle {
position: absolute;
top: 0;
left: 0;
position: absolute;
width: 0;
height: 0;
border-top: 25px solid #ff0000;
border-right: 50px solid transparent;
}
</style>
\ No newline at end of file
} */
</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