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