fix:所有界面按钮风格统一
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</AFormItem>
|
||||
<AFormItem>
|
||||
<ASpace>
|
||||
<AButton type="primary" :loading="loading" @click="search">
|
||||
<AButton type="primary" ghost :loading="loading" @click="search">
|
||||
<template #icon>
|
||||
<icon-mdi-search />
|
||||
</template>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</AFormItem>
|
||||
<AFormItem>
|
||||
<ASpace>
|
||||
<AButton type="primary" :loading="loading" @click="search">
|
||||
<AButton type="primary" ghost :loading="loading" @click="search">
|
||||
<template #icon>
|
||||
<icon-mdi-search />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user