Commit ed0278c2 by jianglong

修改缺陷:2个按钮粘连一起

parent c8a8d382
......@@ -106,7 +106,7 @@
<template slot-scope="scope">
<c-button style="margin-left: 0" size="small" @click="onDetails(scope.$index, scope.row)">详情
</c-button>
<c-button style="margin-left: 0" size="small" type="primary" @click="continueEdit(scope.row)">处理
<c-button style="margin-left: 5px" size="small" type="primary" @click="continueEdit(scope.row)">处理
</c-button>
<el-popover placement="top-start" width="50" trigger="click">
......
......@@ -129,7 +129,7 @@
<c-button style="margin-left: 0" size="small" @click="onWaitDetail(scope.$index,scope.row)">
详情
</c-button>
<c-button style="margin-left: 0" size="small" type="primary" @click="onHandle(scope.$index,scope.row)">
<c-button style="margin-left: 5px" size="small" type="primary" @click="onHandle(scope.$index,scope.row)">
处理
</c-button>
<!-- <c-button
......
......@@ -229,7 +229,7 @@
</c-button>
-->
<c-button
style="margin-left: 0"
style="margin-left: 5px"
size="small"
>
冲正
......
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