@@ -38,7 +38,7 @@ | |||
" | |||
>清空</el-button | |||
> | |||
<el-button size="small" type="primary" v-if="showExport" @click="emitExport">导出</el-button> | |||
<el-button style="margin-left: 20px" size="small" type="warning" v-if="showExport" @click="emitExport">导出</el-button> | |||
</el-form> | |||
<!-- <div class="operating" v-if="showExport"> | |||
</div> --> |
@@ -106,7 +106,7 @@ | |||
" | |||
>清空</el-button | |||
> | |||
<el-button v-if="showExport" size="small" type="primary" @click="emitExport" | |||
<el-button style="margin-left: 20px" v-if="showExport" size="small" type="warning" @click="emitExport" | |||
>导出</el-button | |||
> | |||
</el-form> |