mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-17 04:57:15 +08:00
style: 优化表格工具栏样式
This commit is contained in:
@@ -30,7 +30,10 @@
|
||||
<a-option :value="false">未读</a-option>
|
||||
<a-option :value="true">已读</a-option>
|
||||
</a-select>
|
||||
<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-button type="primary" status="danger" :disabled="!selectedKeys.length" @click="onDelete">
|
||||
|
Reference in New Issue
Block a user