fix:所有界面按钮风格统一
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<template #bodyCell="{ column, record }">
|
||||
<template v-if="column.key === 'action'">
|
||||
<ASpace>
|
||||
<AButton type="primary" @click="handleEdit(record)">{{ t('page.rule.edit') }}</AButton>
|
||||
<AButton type="primary" ghost @click="handleEdit(record)">{{ t('page.rule.edit') }}</AButton>
|
||||
</ASpace>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user