fix:所有界面按钮风格统一
This commit is contained in:
@@ -148,7 +148,7 @@ function handleSubmitSuccess() {
|
||||
<SimpleScrollbar>
|
||||
<div class="min-h-500px flex-col-stretch gap-16px overflow-hidden lt-sm:overflow-auto">
|
||||
<ACard :title="t('page.menu.title')">
|
||||
<AButton mb-4 type="primary" @click="handleAdd">{{ t('page.menu.addmenu') }}</AButton>
|
||||
<AButton mb-4 type="primary" ghost @click="handleAdd">{{ t('page.menu.addmenu') }}</AButton>
|
||||
|
||||
<ATable
|
||||
:checked-row-keys="checkedRowKeys"
|
||||
|
||||
@@ -493,7 +493,7 @@ function fnExportList() {
|
||||
</div>
|
||||
</AButton>
|
||||
|
||||
<AButton size="small" type="primary" @click="fnExportList">
|
||||
<AButton size="small" type="primary" ghost @click="fnExportList">
|
||||
<template #icon>
|
||||
<ExportOutlined />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user