Commit 03c13027 authored by zhengke's avatar zhengke

增加样式

parent 9629af2d
......@@ -67,7 +67,7 @@
}
.busInfo .carPlanOne span {
float: left;
display:inline-block;
margin-right: 3px;
}
......@@ -105,7 +105,21 @@
.BusTyleFirst .w150 {
margin-right: 22px;
}
.busAddbtn{
display:inline-block;
width:30px;
height:30px;
border:1px solid #d1d1d1;
text-align: center;
line-height: 30px;
border-radius:50%;
cursor: pointer;
position: relative;
top:2px;
}
.busAddbtn:hover i{
color:#e95252;
}
</style>
<template>
<div class="flexOne busInfo">
......@@ -187,6 +201,9 @@
:class="{'spanCked':item.UseType==subItem.Id,'disSpan':forbidInput==true}"
@click="UseTypeClick(subItem.Id,index);getBusPrice(item)">{{subItem.Name}}</span>
</span>
<span class="busAddbtn" @click="">
<i class="iconfont icon-img_haha"></i>
</span>
</div>
</td>
<td>
......@@ -528,6 +545,7 @@
x.BookGroup = this.$route.query.NewCombinationNum;
}
})
console.log(this.PlanTableData,'datalist');
}
},
null
......
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