mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2025-12-25 23:56:20 +08:00
【更新】优化两个页面并同步到master
This commit is contained in:
parent
4223210823
commit
e40f180f37
@ -42,7 +42,7 @@
|
|||||||
</template>
|
</template>
|
||||||
重置
|
重置
|
||||||
</a-button>
|
</a-button>
|
||||||
<a @click="toggleAdvanced" style="margin-left: 8px">
|
<a @click="toggleAdvanced">
|
||||||
{{ advanced ? '收起' : '展开' }}
|
{{ advanced ? '收起' : '展开' }}
|
||||||
<component :is="advanced ? 'up-outlined' : 'down-outlined'" />
|
<component :is="advanced ? 'up-outlined' : 'down-outlined'" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -75,7 +75,7 @@
|
|||||||
重置
|
重置
|
||||||
</a-button>
|
</a-button>
|
||||||
<% if(searchCount > 3) { %>
|
<% if(searchCount > 3) { %>
|
||||||
<a @click="toggleAdvanced" style="margin-left: 8px">
|
<a @click="toggleAdvanced">
|
||||||
{{ advanced ? '收起' : '展开' }}
|
{{ advanced ? '收起' : '展开' }}
|
||||||
<component :is="advanced ? 'up-outlined' : 'down-outlined'"/>
|
<component :is="advanced ? 'up-outlined' : 'down-outlined'"/>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user