Commit 32490063 authored by 黄奎's avatar 黄奎

页面修改

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