generated from Leo_Ding/web-template
按钮修改
This commit is contained in:
parent
cdae903b31
commit
070f01fc0c
@ -76,8 +76,8 @@
|
||||
style="color: #1890ff; border: none; padding: 0; font-size: 14px;">
|
||||
{{ advancedSearchVisible.length ? '收起' : '高级查询' }}
|
||||
<template #icon>
|
||||
<down-outlined v-if="advancedSearchVisible.length" />
|
||||
<up-outlined v-else />
|
||||
<up-outlined v-if="advancedSearchVisible.length" />
|
||||
<down-outlined v-else />
|
||||
</template>
|
||||
</a-button>
|
||||
</a-space>
|
||||
|
||||
@ -113,8 +113,8 @@
|
||||
style="color: #1890ff; border: none; padding: 0; font-size: 14px;">
|
||||
{{ advancedSearchVisible.length ? '收起' : '高级查询' }}
|
||||
<template #icon>
|
||||
<down-outlined v-if="advancedSearchVisible.length" />
|
||||
<up-outlined v-else />
|
||||
<up-outlined v-if="advancedSearchVisible.length" />
|
||||
<down-outlined v-else />
|
||||
</template>
|
||||
</a-button>
|
||||
</a-space>
|
||||
|
||||
@ -113,8 +113,8 @@
|
||||
style="color: #1890ff; border: none; padding: 0; font-size: 14px;">
|
||||
{{ advancedSearchVisible.length ? '收起' : '高级查询' }}
|
||||
<template #icon>
|
||||
<down-outlined v-if="advancedSearchVisible.length" />
|
||||
<up-outlined v-else />
|
||||
<up-outlined v-if="advancedSearchVisible.length" />
|
||||
<down-outlined v-else />
|
||||
</template>
|
||||
</a-button>
|
||||
</a-space>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user