fix(工作台): 数据导出中心样式优化
This commit is contained in:
parent
2aa53fef2a
commit
339fcb549b
@ -418,7 +418,7 @@ defineExpose({
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
v-if="scope.row.exportStatus === 'SUCCESS'"
|
||||
type="text"
|
||||
text
|
||||
@click="downloadClick(scope.row)"
|
||||
>
|
||||
<div class="download-export">
|
||||
@ -427,12 +427,12 @@ defineExpose({
|
||||
</el-icon>
|
||||
</div>
|
||||
</el-button>
|
||||
<el-button type="text" @click="retry(scope.row)">
|
||||
<el-button text @click="retry(scope.row)">
|
||||
<template #icon>
|
||||
<Icon name="de-refresh"></Icon>
|
||||
</template>
|
||||
</el-button>
|
||||
<el-button type="text" @click="deleteField(scope.row)">
|
||||
<el-button text @click="deleteField(scope.row)">
|
||||
<template #icon>
|
||||
<Icon name="de-delete"></Icon>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user