Browse Source

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

temp
zhaohy 3 weeks ago
parent
commit
ba778bc0cf
  1. 4
      lib/component/form/form/form.vue

4
lib/component/form/form/form.vue

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

Loading…
Cancel
Save