fix:修改收起 展示图标颜色

This commit is contained in:
zhaohy
2024-09-02 16:24:08 +08:00
parent b41ac8dcbe
commit ba778bc0cf

View File

@@ -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>