|
@@ -144,9 +144,19 @@
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- <el-button type="danger" icon="el-icon-delete"></el-button>
|
|
|
|
- <el-button type="primary" plain class="maintain">跳过</el-button>
|
|
|
|
- <el-button type="primary">保留</el-button>
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ type="danger"
|
|
|
|
+ icon="el-icon-delete"
|
|
|
|
+ @click="$emit('delete')"
|
|
|
|
+ ></el-button>
|
|
|
|
+ <el-button
|
|
|
|
+ type="primary"
|
|
|
|
+ plain
|
|
|
|
+ class="maintain"
|
|
|
|
+ @click="$emit('ignore')"
|
|
|
|
+ >跳过</el-button
|
|
|
|
+ >
|
|
|
|
+ <el-button type="primary" @click="$emit('retain')">保留</el-button>
|
|
</div>
|
|
</div>
|
|
<div v-else style="padding-top: 10px; text-align: right">
|
|
<div v-else style="padding-top: 10px; text-align: right">
|
|
<slot />
|
|
<slot />
|
|
@@ -242,6 +252,10 @@ export default {
|
|
padding: 10px;
|
|
padding: 10px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
border-right: 1px solid #e5e5e5;
|
|
border-right: 1px solid #e5e5e5;
|
|
|
|
+ :deep(img) {
|
|
|
|
+ max-height: 40px;
|
|
|
|
+ width: auto !important;
|
|
|
|
+ }
|
|
&:first-child {
|
|
&:first-child {
|
|
background: #f7f7f7;
|
|
background: #f7f7f7;
|
|
display: flex;
|
|
display: flex;
|