|
@@ -266,7 +266,7 @@
|
|
<template v-slot:toolbar_buttons>
|
|
<template v-slot:toolbar_buttons>
|
|
<div class="JNPF-common-head" v-if="columnData.type != 5">
|
|
<div class="JNPF-common-head" v-if="columnData.type != 5">
|
|
<div v-for="(item, i) in columnData.btnsList" :key="i">
|
|
<div v-for="(item, i) in columnData.btnsList" :key="i">
|
|
- <el-button size="mini" v-if="item.value !== 'journal'" :type="i === 0 ? 'primary' : 'text'" :icon="item.icon" @click="headBtnsHandel(item.value, item.importStatus)" :key="i">
|
|
|
|
|
|
+ <el-button style="margin-right: 5px" size="mini" v-if="item.value !== 'journal'" :type="i === 0 ? 'primary' : 'text'" :icon="item.icon" @click="headBtnsHandel(item.value, item.importStatus)" :key="i">
|
|
{{ item.label }}
|
|
{{ item.label }}
|
|
</el-button>
|
|
</el-button>
|
|
<el-dropdown v-else @command="handleCommand">
|
|
<el-dropdown v-else @command="handleCommand">
|
|
@@ -3095,6 +3095,7 @@ export default {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
color: #1890ff;
|
|
color: #1890ff;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
|
+ line-height: 30px;
|
|
}
|
|
}
|
|
.el-icon-arrow-down {
|
|
.el-icon-arrow-down {
|
|
font-size: 12px;
|
|
font-size: 12px;
|