generated from Leo_Ding/web-template
Compare commits
2 Commits
156c8f176c
...
9feb188430
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9feb188430 | ||
|
|
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