Co-authored-by: xuyang.geng <xuyang.geng@gaea.com>
@@ -31,6 +31,7 @@
</BasicTitle>
<div class={`${unref(_prefixCls)}__action`}>
+ {slots.action ? slots.action() : null}
{props.canExpan && <BasicArrow up expand={props.show} onClick={() => emit('expand')} />}
</div>