Commit 8a39ad72 authored by 沈良进's avatar 沈良进

地接总表样式优化

parent 4baca05f
......@@ -191,8 +191,9 @@
<td :rowspan="2*outItem.PriceCommonList.length" v-if='index==0'>
{{outItem.NewCombinationNum}}
</td>
<td>
<div style="position:relative;color:red;width:25px;left:2px;top:2px;font-weight:bold;"
<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>
......@@ -1365,3 +1366,23 @@
}
</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;
width: 0;
height: 0;
border-top: 25px solid #ff0000;
border-right: 50px solid transparent;
}
</style>
\ No newline at end of file
......@@ -118,8 +118,8 @@ export default {
let lxymallUrl = ''; //国内游api
let crmUrl = ""; //crm API
let locationName = window.location.hostname;
// domainUrl = "http://192.168.10.128";
domainUrl = "http://192.168.10.123:8002";
domainUrl = "http://192.168.10.128";
// domainUrl = "http://192.168.10.123:8002";
// domainUrl = "http://reborn.oytour.com";
let crmLocalFileStreamDownLoadUrl = "";
crmLocalFileStreamDownLoadUrl = locationName.indexOf('oytour') !== -1 ? "http://crm.oytour.com" : "http://testcrm.oytour.com";
......
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