feat: Descriptions组件重构

This commit is contained in:
kailong321200875
2023-06-25 16:02:15 +08:00
parent 4f8330a4fa
commit 49e415d277
14 changed files with 247 additions and 186 deletions

View File

@@ -50,7 +50,7 @@ const onExpand = () => {
</ElButton>
<ElButton
v-if="showExpand"
:icon="useIcon({ icon: visible ? 'ant-design:up-outlined' : 'ant-design:down-outlined' })"
:icon="useIcon({ icon: visible ? 'ep:arrow-down' : 'ep:arrow-up' })"
text
@click="onExpand"
>