fix:所有界面按钮风格统一
This commit is contained in:
@@ -94,8 +94,15 @@ const orderStatusOptions =computed(()=> [
|
||||
</AFormItem>
|
||||
<AFormItem class="flex-1 justify-end">
|
||||
<ASpace>
|
||||
<AButton @click="handleReset">{{ t('page.bill.reset') }}</AButton>
|
||||
<AButton type="primary" @click="handleSearch">{{ t('page.bill.search') }}</AButton>
|
||||
<AButton type="primary" ghost @click="handleSearch">
|
||||
<template #icon>
|
||||
<icon-mdi-search />
|
||||
</template>
|
||||
{{ t('page.bill.search') }}</AButton>
|
||||
<AButton @click="handleReset">
|
||||
<template #icon>
|
||||
<icon-mdi-refresh />
|
||||
</template>{{ t('page.bill.reset') }}</AButton>
|
||||
</ASpace>
|
||||
</AFormItem>
|
||||
</AForm>
|
||||
|
||||
@@ -71,7 +71,7 @@ function handleSearch() {
|
||||
</AFormItem>
|
||||
<AFormItem class="flex-1 justify-end">
|
||||
<ASpace>
|
||||
<AButton type="primary" @click="handleSearch">
|
||||
<AButton type="primary" ghost @click="handleSearch">
|
||||
<template #icon>
|
||||
<icon-mdi-search />
|
||||
</template>{{ t('page.cdr.search') }}</AButton>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</AFormItem>
|
||||
<AFormItem class="flex-1 justify-end">
|
||||
<ASpace>
|
||||
<AButton type="primary" @click="handleSearch">
|
||||
<AButton type="primary" ghost @click="handleSearch">
|
||||
<template #icon>
|
||||
<icon-mdi-search />
|
||||
</template>{{ t('page.kyc.search') }}</AButton>
|
||||
|
||||
@@ -100,7 +100,7 @@ const handleSearch = () => {
|
||||
</AFormItem>
|
||||
<AFormItem class="flex-1 justify-end mb-0">
|
||||
<ASpace>
|
||||
<AButton type="primary" @click="handleSearch">
|
||||
<AButton type="primary" ghost @click="handleSearch">
|
||||
<template #icon>
|
||||
<icon-mdi-search />
|
||||
</template>{{ t('page.user.search') }}</AButton>
|
||||
|
||||
Reference in New Issue
Block a user