Commit 03c13027 authored by zhengke's avatar zhengke

增加样式

parent 9629af2d
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
} }
.busInfo .carPlanOne span { .busInfo .carPlanOne span {
float: left; display:inline-block;
margin-right: 3px; margin-right: 3px;
} }
...@@ -105,7 +105,21 @@ ...@@ -105,7 +105,21 @@
.BusTyleFirst .w150 { .BusTyleFirst .w150 {
margin-right: 22px; 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> </style>
<template> <template>
<div class="flexOne busInfo"> <div class="flexOne busInfo">
...@@ -187,6 +201,9 @@ ...@@ -187,6 +201,9 @@
:class="{'spanCked':item.UseType==subItem.Id,'disSpan':forbidInput==true}" :class="{'spanCked':item.UseType==subItem.Id,'disSpan':forbidInput==true}"
@click="UseTypeClick(subItem.Id,index);getBusPrice(item)">{{subItem.Name}}</span> @click="UseTypeClick(subItem.Id,index);getBusPrice(item)">{{subItem.Name}}</span>
</span> </span>
<span class="busAddbtn" @click="">
<i class="iconfont icon-img_haha"></i>
</span>
</div> </div>
</td> </td>
<td> <td>
...@@ -528,6 +545,7 @@ ...@@ -528,6 +545,7 @@
x.BookGroup = this.$route.query.NewCombinationNum; x.BookGroup = this.$route.query.NewCombinationNum;
} }
}) })
console.log(this.PlanTableData,'datalist');
} }
}, },
null 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