Commit e48dfc47 authored by 华国豪's avatar 华国豪 🙄

1

parent a2a0b485
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</th> </th>
<th width="7%">{{$t('hotel.suplier_contact')}}</th> <th width="7%">{{$t('hotel.suplier_contact')}}</th>
<th width="8%">{{$t('restaurant.res_ContactNumber')}}</th> <th width="8%">{{$t('restaurant.res_ContactNumber')}}</th>
<th width="18%">{{$t('admin.admin_address')}}</th> <th width="10%">{{$t('admin.admin_address')}}</th>
<th width="7%">{{$t('salesModule.belongUnion')}}</th> <th width="7%">{{$t('salesModule.belongUnion')}}</th>
<th width="8%">{{$t('salesModule.SuoSales')}}</th> <th width="8%">{{$t('salesModule.SuoSales')}}</th>
<th width="8%">{{$t('salesModule.CustomerStatus')}}</th> <th width="8%">{{$t('salesModule.CustomerStatus')}}</th>
...@@ -209,6 +209,7 @@ ...@@ -209,6 +209,7 @@
<td>{{item.Remark}}</td> <td>{{item.Remark}}</td>
<td> <td>
<el-button-group>
<el-tooltip effect="dark" :content="$t('fnc.zhuanjiao')" placement="top-start"> <el-tooltip effect="dark" :content="$t('fnc.zhuanjiao')" placement="top-start">
<el-popover width="280" popper-class="pd20" trigger="click"> <el-popover width="280" popper-class="pd20" trigger="click">
<div> <div>
...@@ -237,12 +238,7 @@ ...@@ -237,12 +238,7 @@
<input type="button" class="normalBtn mt30" @click="save" :value="$t('fnc.zhuanjiao')"> <input type="button" class="normalBtn mt30" @click="save" :value="$t('fnc.zhuanjiao')">
</p> </p>
</div> </div>
<i <el-button slot="reference" @click="singeleCked(item)" type="success" class="iconfont icon-zhuanjiao1 fist-bottom"></el-button>
slot="reference"
@click="singeleCked(item)"
style="color: #019CED; font-size: 27px; cursor: pointer;"
class="iconfont icon-zhuanjiao"
></i>
</el-popover> </el-popover>
</el-tooltip> </el-tooltip>
<el-tooltip <el-tooltip
...@@ -315,8 +311,9 @@ ...@@ -315,8 +311,9 @@
:content="$t('fnc.xiangqing')" :content="$t('fnc.xiangqing')"
placement="top-start" placement="top-start"
> >
<el-button @click="getUrl(item)" type="success" icon="iconfont icon-nav-xiaoshou" circle></el-button> <el-button @click="getUrl(item)" style="padding: 5px;" type="success" icon="iconfont icon-nav-xiaoshou" ></el-button>
</el-tooltip> </el-tooltip>
</el-button-group>
</td> </td>
</tr> </tr>
</table> </table>
...@@ -1336,7 +1333,6 @@ export default { ...@@ -1336,7 +1333,6 @@ export default {
top: -5px; top: -5px;
} }
.customerTransferTable .el-button + .el-button { .customerTransferTable .el-button + .el-button {
margin: 0;
} }
.customerTransfer ._mc_edit { .customerTransfer ._mc_edit {
overflow: auto; overflow: auto;
...@@ -1416,5 +1412,14 @@ export default { ...@@ -1416,5 +1412,14 @@ export default {
bottom: 4px; bottom: 4px;
/* left: -20px; */ /* left: -20px; */
} }
.customerTransfer .fist-bottom{
color: rgb(255, 255, 255);
font-size: 14px;
padding: 5px;
cursor: pointer;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
</style> </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