fix:修改收起 展示图标颜色
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
<span> {{ title ? title : '查询' }}</span>
|
||||
<a-button type="link" class="ns-operate-expand" @click="expandAll = !expandAll">
|
||||
<template v-if="expandAll">
|
||||
<UpOutlined style="color: #4f95ff !important" />
|
||||
收起筛选
|
||||
<UpOutlined />
|
||||
</template>
|
||||
<template v-else>
|
||||
<DownOutlined style="color: #4f95ff !important" />
|
||||
展开筛选
|
||||
<DownOutlined />
|
||||
</template>
|
||||
</a-button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user