style: 优化表格工具栏样式

This commit is contained in:
2024-10-12 22:54:22 +08:00
parent d881b93c78
commit ff879405d7
19 changed files with 92 additions and 43 deletions

View File

@@ -18,16 +18,18 @@
<template #prefix><icon-search /></template>
</a-input>
<DateRangePicker v-model="queryForm.createTime" @change="search" />
<a-button @click="reset">重置</a-button>
<a-button @click="reset">
<template #icon><icon-refresh /></template>
<template #default>重置</template>
</a-button>
</template>
<template #custom-right>
<a-tooltip content="导出">
<a-button v-permission="['monitor:log:export']" class="gi_hover_btn-border" @click="onExport">
<template #icon>
<icon-download />
</template>
</a-button>
</a-tooltip>
<a-button v-permission="['monitor:log:export']" @click="onExport">
<template #icon>
<icon-download />
</template>
<template #default>导出</template>
</a-button>
</template>
<template #status="{ record }">
<a-tag v-if="record.status === 1" color="green">